Re: sunsetting md5 password support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: sunsetting md5 password support
Date
Msg-id 38126.1730150642@sss.pgh.pa.us
Whole thread Raw
In response to Re: sunsetting md5 password support  (Jim Nasby <jnasby@upgrade.com>)
List 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 by date:

Previous
From: Michael Banck
Date:
Subject: Re: trying again to get incremental backup
Next
From: Nathan Bossart
Date:
Subject: Re: Assertion failure when autovacuum drops orphan temp indexes.