aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2020-06-10 16:16:37 +0200
committerPeter Eisentraut <peter@eisentraut.org>2020-06-10 16:42:55 +0200
commitc7eab0e97e6cf1d0c136c22269c10ae11ba874c4 (patch)
tree32df35d81cd431895d80d380d55e53e8edf10244 /src/backend/utils/misc/postgresql.conf.sample
parent5a4ada71a8f944600c348a6e4f5feb388ba8bd37 (diff)
downloadpostgresql-c7eab0e97e6cf1d0c136c22269c10ae11ba874c4.tar.gz
postgresql-c7eab0e97e6cf1d0c136c22269c10ae11ba874c4.zip
Change default of password_encryption to scram-sha-256
Also, the legacy values on/true/yes/1 for password_encryption that mapped to md5 are removed. The only valid values are now scram-sha-256 and md5. Reviewed-by: Jonathan S. Katz <jkatz@postgresql.org> Discussion: https://www.postgresql.org/message-id/flat/d5b0ad33-7d94-bdd1-caac-43a1c782cab2%402ndquadrant.com
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
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 ac02bd0c00a..3a25287a391 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -88,7 +88,7 @@
# - Authentication -
#authentication_timeout = 1min # 1s-600s
-#password_encryption = md5 # md5 or scram-sha-256
+#password_encryption = scram-sha-256 # scram-sha-256 or md5
#db_user_namespace = off
# GSSAPI using Kerberos