Commit
db6a4a985bc categorized md5_password_warnings as an
authentication setting, and the placement in postgresql.conf.sample
matches that, but in the documentation it ended up under logging
settings, which isn't unreasonable but inconsistent. This moves the
documentation chunk to authentication settings as well.
+
+ md5_password_warnings (boolean)
+
+
md5_password_warnings configuration parameter
+
+
+
+ Controls whether a WARNING about MD5 password
+ deprecation is produced when a CREATE ROLE or
+ ALTER ROLE statement sets an MD5-encrypted password.
+ The default value is on.
+
+
+
+
krb_server_keyfile (string)
-
- md5_password_warnings (boolean)
-
-
md5_password_warnings configuration parameter
-
-
-
- Controls whether a WARNING about MD5 password
- deprecation is produced when a CREATE ROLE or
- ALTER ROLE statement sets an MD5-encrypted password.
- The default value is on.
-
-
-
-