From: Bruce Momjian Date: Mon, 12 Nov 2001 03:57:16 +0000 (+0000) Subject: Update MD5 documentation. X-Git-Tag: REL7_2_BETA3~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=215772ae9618ae3d819968af50bc702cb02488a1;p=thirdparty%2Fpostgresql.git Update MD5 documentation. --- 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.