Re: Rejecting weak passwords

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Rejecting weak passwords
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C203938048@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Rejecting weak passwords  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Список pgsql-hackers
Itagaki Takahiro wrote:
> Looks good. I change status of the patch to "Ready for Committer".

Thanks for the help!

> BTW, it might not be a work for this patch, we also need to
> reject too long "VALID UNTIL" setting. If the password is
> complex, we should not use the same password for a long time.

There are some cases, e.g. application servers logging into the
database, where you cannot just let the password expire, so I
think this would at best have to be a rule with exceptions.

Another thing that makes VALID UNTIL inconvenient to use is
that after expiration, logins simply fail, and the user
is never prompted to change the password.

But of course you are right, requiring a limited password
lifetime is closely related to requiring a good password.

Yours,
Laurenz Albe


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

Предыдущее
От: Wojciech Knapik
Дата:
Сообщение: Re: Very bad FTS performance with the Polish config
Следующее
От: Alexey Klyukin
Дата:
Сообщение: Re: plperl and inline functions -- first draft