From 63a354c4bb8856cb3e8ac44cbb436faefca58e4c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 Jun 2002 01:29:50 +0000 Subject: Make encryption of stored passwords the default, as discussed months ago. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/misc/postgresql.conf.sample') diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index d18403913ef..c2a3c1e7077 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -199,6 +199,6 @@ #default_transaction_isolation = 'read committed' #max_expr_depth = 10000 # min 10 #max_files_per_process = 1000 # min 25 -#password_encryption = false +#password_encryption = true #sql_inheritance = true #transform_null_equals = false -- cgit v1.2.3