Skip to content

Commit 7cdfa48

Browse files
committed
Remove last references to the crypt auth method, per Andreas Scherbaum.
1 parent c029a6a commit 7cdfa48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/backend/libpq/auth.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.179 2009/03/22 18:06:35 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/libpq/auth.c,v 1.180 2009/04/01 03:23:50 tgl Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -575,7 +575,7 @@ recv_password_packet(Port *port)
575575

576576

577577
/*----------------------------------------------------------------
578-
* MD5 and crypt authentication
578+
* MD5 authentication
579579
*----------------------------------------------------------------
580580
*/
581581

src/backend/libpq/pg_hba.conf.sample

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
# the number of significant bits in the mask. Alternatively, you can write
3535
# an IP address and netmask in separate columns to specify the set of hosts.
3636
#
37-
# METHOD can be "trust", "reject", "md5", "crypt", "password", "gss", "sspi",
38-
# "krb5", "ident", "pam", "ldap" or "cert". Note that "password" sends passwords
37+
# METHOD can be "trust", "reject", "md5", "password", "gss", "sspi", "krb5",
38+
# "ident", "pam", "ldap" or "cert". Note that "password" sends passwords
3939
# in clear text; "md5" is preferred since it sends encrypted passwords.
4040
#
4141
# OPTIONS are a set of options for the authentication in the format

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy