Re: authentication failure

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: authentication failure
Дата
Msg-id 27855.1388944099@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: authentication failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: authentication failure
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: authentication failure
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: authentication failure