Re: ident sameuser failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Harris <sharris(at)concepts(dot)co(dot)nz>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: ident sameuser failure
Date: 2003-02-26 05:18:36
Message-ID: 27047.1046236716@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Stephen Harris <sharris(at)concepts(dot)co(dot)nz> writes:
> I have set that up now and increased the verbosity of logging.
> Unfortunatly, this has not changed the behaviour at all.
> ie:
> Feb 26 14:59:17 workbench postgres[4243]: [20] FATAL 1: IDENT
> authentication failed for user "testuser"

Hm ... what PG version are you running, and how are you doing logging?
There should definitely be some other informational messages coming out.
But it useta be that those were just fprintf'd to stderr, so if you are
using syslog logging you might lose them. I'd suggest restarting the
postmaster with stderr redirected into a file (and *don't* use the -S
switch).

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Michael Weaver 2003-02-26 06:09:24 dumping selected schemas
Previous Message Stephen Harris 2003-02-26 02:15:17 Re: ident sameuser failure