Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Stephen Frost <sfrost(at)snowman(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Paul Tillotson <pntil(at)shentel(dot)net>
Subject: Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords
Date: 2005-04-22 00:12:38
Message-ID: 42684176.10401@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I think the behaviour on the wire should be more explcitly stated.

cheers

andrew

Bruce Momjian wrote:

>------------------------------------------------------------------------
>
>Index: doc/src/sgml/client-auth.sgml
>===================================================================
>RCS file: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v
>retrieving revision 1.75
>diff -c -c -r1.75 client-auth.sgml
>*** doc/src/sgml/client-auth.sgml 21 Apr 2005 22:19:19 -0000 1.75
>--- doc/src/sgml/client-auth.sgml 21 Apr 2005 22:23:47 -0000
>***************
>*** 575,583 ****
> The password-based authentication methods are <literal>md5</>,
> <literal>crypt</>, and <literal>password</>. These methods operate
> similarly except for the way that the password is sent across the
>! connection. However, only <literal>md5</> allows encrypted
>! passwords to be stored in <structname>pg_shadow</structname>;
>! the other two require unencrypted passwords to be stored there.
> </para>
>
> <para>
>--- 575,582 ----
> The password-based authentication methods are <literal>md5</>,
> <literal>crypt</>, and <literal>password</>. These methods operate
> similarly except for the way that the password is sent across the
>! connection. However, <literal>crypt</> does not allow encrypted
>! passwords to be stored in <structname>pg_shadow</structname>.
> </para>
>
> <para>
>
>
>------------------------------------------------------------------------
>
>
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2005-04-22 00:14:31 Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords
Previous Message Stephen Frost 2005-04-22 00:05:29 Re: Postgres: pg_hba.conf, md5, pg_shadow, encrypted passwords