Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7cdfa48

Browse files
committed
Remove last references to the crypt auth method, per Andreas Scherbaum.
1 parentc029a6a commit7cdfa48

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-
* MD5and cryptauthentication
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)

[8]ページ先頭

©2009-2025 Movatter.jp