Re: sunsetting md5 password support

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: sunsetting md5 password support
Дата
Msg-id 38126.1730150642@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: sunsetting md5 password support  (Jim Nasby <jnasby@upgrade.com>)
Список pgsql-hackers
Jim Nasby <jnasby@upgrade.com> writes:
> Patch itself looks good, but it does leave me wondering if cleartext should also be deprecated?

Not much point unless we also deprecate all of the other auth methods
that require cleartext password transmission, which from a quick
scan include PAM, BSD, LDAP, and RADIUS.  Seems unlikely to fly.

In any case, I don't think this is about password security per se.
It's more about deprecating a method that might look like it's
secure but isn't.  In the case of the cleartext-password methods,
it's obvious that you'd better use SSL or GSS encryption if you
want your password hidden from network tapping.

I don't recall how in-your-face we are about that point, but
certainly the docs need to be up front about it, and probably
make the point explicitly with respect to the four methods
listed above.

            regards, tom lane



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