Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords
Дата
Msg-id 20050421183545.GD29028@ns.snowman.net
обсуждение исходный текст
Ответ на Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
* Andrew Dunstan (andrew@dunslane.net) wrote:
> The docs say: "only md5 supports encrypted passwords stored in
> pg_shadow; the other two require unencrypted passwords to be stored
> there."  So either your assertion that 'password' auth does not imply
> plaintext password storage is wrong, or the docs are.

The docs are wrong.  Sorry, I knew that and forgot to mention it
explicitly previously.  Using 'password' in pg_hba.conf while using
'with encrypted password'/md5 in pg_shadow works just fine.

Just tested here to make 100% sure, under 8.0.1.
Thanks,
    Stephen

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords