summaryrefslogtreecommitdiff
path: root/src/backend/libpq
diff options
context:
space:
mode:
authorBruce Momjian2001-11-12 03:57:16 +0000
committerBruce Momjian2001-11-12 03:57:16 +0000
commit215772ae9618ae3d819968af50bc702cb02488a1 (patch)
tree8521f3775b94c52987d7019952ae643e97eada0b /src/backend/libpq
parent53a4fa6b0eeb2ca9133f4317046f862936d86eee (diff)
Update MD5 documentation.
Diffstat (limited to 'src/backend/libpq')
-rw-r--r--src/backend/libpq/pg_hba.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample
index fe615a5380f..124c7ae697e 100644
--- a/src/backend/libpq/pg_hba.conf.sample
+++ b/src/backend/libpq/pg_hba.conf.sample
@@ -117,9 +117,9 @@
#
# md5: Same as "password", but authentication is done by
# encrypting the password sent over the network. This is
-# always preferable to "password" except for old clients
+# always preferable to "password" except for pre-7.2 clients
# that don't support it. Also, md5 can use usernames stored
-# in secondary password files but not secondary passwords.
+# in secondary password files but not passwords stored there.
#
# crypt: Same as "md5", but uses crypt for pre-7.2 clients. You can
# not store encrypted passwords if you use this option.