Re: authentication failure - Mailing list pgsql-general

From Tom Lane
Subject Re: authentication failure
Date
Msg-id 27855.1388944099@sss.pgh.pa.us
Whole thread Raw
In response to Re: authentication failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: authentication failure  (Jayadevan M <maymala.jayadevan@gmail.com>)
List pgsql-general
I wrote:
> Perhaps the postgres user has a password that's marked as expired
> in pg_authid.rolvaliduntil?

Ah, no, scratch that: a look at the code shows the backend doesn't
check rolvaliduntil until after the client has given a valid password.
Seems like psql *must* be getting a password from someplace.

Perhaps it's time to strace psql and see what files it accesses.

            regards, tom lane


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: authentication failure
Next
From: Adrian Klaver
Date:
Subject: Re: authentication failure