Re: Rejecting weak passwords

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Rejecting weak passwords
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C203937FB7@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Rejecting weak passwords  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Rejecting weak passwords  (Peter Eisentraut <peter_e@gmx.net>)
Re: Rejecting weak passwords  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
> Great, added to TODO:
>
>     Allow server-side enforcement of password policies
>
>         Password checks might include password complexity or non-reuse of
>     passwords. This facility will require the client to send the password to
>     the server in plain-text, so SSL and 'password' authentication is
>     necessary to use this features.

I don't get why you need 'password' authentication for that.
The point where the password should be checked is not when
the user uses it to logon, but when he or she changes it.

So in my opinion that should be:
This facility will require to send new and changed password to
the server in plain-text, so it will require SSL, and the use
of encrypted passwords in CREATE/ALTER ROLE will have to be
disabled.

Yours,
Laurenz Albe


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Reworks for Access Control facilities (r2363)
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: Reworks for Access Control facilities (r2363)