From 215772ae9618ae3d819968af50bc702cb02488a1 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 12 Nov 2001 03:57:16 +0000 Subject: [PATCH] Update MD5 documentation. --- src/backend/libpq/pg_hba.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/libpq/pg_hba.conf.sample b/src/backend/libpq/pg_hba.conf.sample index fe615a5380..124c7ae697 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. -- 2.40.0