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

Commitb20f80f

Browse files
committed
Enable encrypted passwords by default.
1 parentb3dd55c commitb20f80f

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* command, configuration file, and command line options.
66
* See src/backend/utils/misc/README for more information.
77
*
8-
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.79 2002/08/12 00:36:11 tgl Exp $
8+
* $Header: /cvsroot/pgsql/src/backend/utils/misc/guc.c,v 1.80 2002/08/14 22:07:56 momjian Exp $
99
*
1010
* Copyright 2000 by PostgreSQL Global Development Group
1111
* Written by Peter Eisentraut <peter_e@gmx.net>.
@@ -94,7 +94,7 @@ boolSQL_inheritance = true;
9494

9595
boolAustralian_timezones= false;
9696

97-
boolPassword_encryption=false;
97+
boolPassword_encryption=true;
9898

9999
#ifndefPG_KRB_SRVTAB
100100
#definePG_KRB_SRVTAB ""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp