From 4f6d275ac7c22f4dd8122e01864d64839860e315 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 21 Apr 2005 22:19:27 +0000 Subject: [PATCH] Clarify use of MD5 authentication and pg_shadow encryption. --- doc/src/sgml/client-auth.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/client-auth.sgml b/doc/src/sgml/client-auth.sgml index 46daf06173..56d1454778 100644 --- a/doc/src/sgml/client-auth.sgml +++ b/doc/src/sgml/client-auth.sgml @@ -1,5 +1,5 @@ @@ -575,8 +575,8 @@ local db1,db2,@demodbs all md5 The password-based authentication methods are md5, crypt, and password. These methods operate similarly except for the way that the password is sent across the - connection. But only md5 supports encrypted - passwords stored in pg_shadow; + connection. However, only md5 allows encrypted + passwords to be stored in pg_shadow; the other two require unencrypted passwords to be stored there. -- 2.50.1