Remove last references to the crypt auth method, per Andreas Scherbaum.

This commit is contained in:
Tom Lane 2009-04-01 03:23:50 +00:00
parent c029a6a49e
commit 7cdfa488c7
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * 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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -575,7 +575,7 @@ recv_password_packet(Port *port)
/*---------------------------------------------------------------- /*----------------------------------------------------------------
* MD5 and crypt authentication * MD5 authentication
*---------------------------------------------------------------- *----------------------------------------------------------------
*/ */

View File

@ -34,8 +34,8 @@
# the number of significant bits in the mask. Alternatively, you can write # 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. # an IP address and netmask in separate columns to specify the set of hosts.
# #
# METHOD can be "trust", "reject", "md5", "crypt", "password", "gss", "sspi", # METHOD can be "trust", "reject", "md5", "password", "gss", "sspi", "krb5",
# "krb5", "ident", "pam", "ldap" or "cert". Note that "password" sends passwords # "ident", "pam", "ldap" or "cert". Note that "password" sends passwords
# in clear text; "md5" is preferred since it sends encrypted passwords. # in clear text; "md5" is preferred since it sends encrypted passwords.
# #
# OPTIONS are a set of options for the authentication in the format # OPTIONS are a set of options for the authentication in the format