diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-06-15 01:29:50 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-06-15 01:29:50 +0000 |
commit | 63a354c4bb8856cb3e8ac44cbb436faefca58e4c (patch) | |
tree | 1b5b010328818e0f7a3b6947443a3c7e913f4b9c /src | |
parent | 579eab9880b11c2f4260bf6833c561aab65e9e1c (diff) | |
download | postgresql-63a354c4bb8856cb3e8ac44cbb436faefca58e4c.tar.gz postgresql-63a354c4bb8856cb3e8ac44cbb436faefca58e4c.zip |
Make encryption of stored passwords the default, as discussed months ago.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
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 |