index 625d553a79a9dc4904df795653c6853b9fdff492..d5c8b71114c874e001c2b6e243b757f39693b549 100644 (file)
*
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.179 2009年03月22日 18:06:35 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.180 2009年04月01日 03:23:50 tgl Exp $
*
*-------------------------------------------------------------------------
*/
/*----------------------------------------------------------------
- * MD5 and crypt authentication
+ * MD5 authentication
*----------------------------------------------------------------
*/
index b50fa46c1982c98092e4c274a6246060ab882973..f1c04577d8eacbf0b749926322f4b4615e4440d9 100644 (file)
# the number of significant bits in the mask. Alternatively, you can write
# an IP address and netmask in separate columns to specify the set of hosts.
#
-# METHOD can be "trust", "reject", "md5", "crypt", "password", "gss", "sspi",
-# "krb5", "ident", "pam", "ldap" or "cert". Note that "password" sends passwords
+# METHOD can be "trust", "reject", "md5", "password", "gss", "sspi", "krb5",
+# "ident", "pam", "ldap" or "cert". Note that "password" sends passwords
# in clear text; "md5" is preferred since it sends encrypted passwords.
#
# OPTIONS are a set of options for the authentication in the format