Re: Re: Encrypting pg_shadow passwords

Поиск
Список
Период
Сортировка
От ncm@zembu.com (Nathan Myers)
Тема Re: Re: Encrypting pg_shadow passwords
Дата
Msg-id 20010711134821.J23310@store.zembu.com
обсуждение исходный текст
Ответ на Re: Re: Encrypting pg_shadow passwords  (michael@miknet.net (Michael Samuel))
Список 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@zembu.com


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: I can't keep up
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] Re: [PATCH] Re: Setuid functions