Re: Re: Encrypting pg_shadow passwords

From: ncm(at)zembu(dot)com (Nathan Myers)
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Encrypting pg_shadow passwords
Date: 2001-07-11 20:48:21
Message-ID: 20010711134821.J23310@store.zembu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Jul 11, 2001 at 01:24:53PM +1000, Michael Samuel wrote:
> The crypt authentication currently used offers _no_ security. ...
> Of course, SSL *if done correctly with certificate verification* is the
> correct fix. If no certificate verification is done, you fall victim to
> a man-in-the-middle attack.

It seems worth noting here that you don't have to depend on
SSL authentication; PG can do its own authentication over SSL
and avoid the man-in-the-middle attack that way.

Of course, PG would have to do its authentication properly, e.g.
with the HMAC method. That seems better than depending on SSL
authentication, because SSL certification seems to be universally
misconfigured.

Nathan Myers
ncm(at)zembu(dot)com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-07-11 21:12:00 Re: Re: [GENERAL] Bug in createlang?
Previous Message Mark Volpe 2001-07-11 20:46:32 Re: Re: [HACKERS] [PATCH] Re: Setuid functions