Skip to content

Commit c82b895

Browse files
committed
Clarify use of MD5 authentication and pg_shadow encryption.
1 parent 14c7fba commit c82b895

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/client-auth.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.74 2005/04/09 03:52:43 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/client-auth.sgml,v 1.75 2005/04/21 22:19:19 momjian Exp $
33
-->
44

55
<chapter id="client-authentication">
@@ -575,8 +575,8 @@ local db1,db2,@demodbs all md5
575575
The password-based authentication methods are <literal>md5</>,
576576
<literal>crypt</>, and <literal>password</>. These methods operate
577577
similarly except for the way that the password is sent across the
578-
connection. But only <literal>md5</> supports encrypted
579-
passwords stored in <structname>pg_shadow</structname>;
578+
connection. However, only <literal>md5</> allows encrypted
579+
passwords to be stored in <structname>pg_shadow</structname>;
580580
the other two require unencrypted passwords to be stored there.
581581
</para>
582582

0 commit comments

Comments
 (0)