Closed
Description
postgresql.conf-12.j2:password_encryption = {{ 'on' if postgresql_password_encryption else 'off' }} # md5 or scram-sha-256
postgresql.conf-12.orig:#password_encryption = md5 # md5 or scram-sha-256
if I understand this correct, only on or off can be set, while postgres prefers md5 or scram-sha-256
from https://www.postgresql.org/docs/12/runtime-config-connection.html:
The default value is md5, which stores the password as an MD5 hash (on is also accepted, as alias for md5). Setting this parameter to scram-sha-256 will encrypt the password with SCRAM-SHA-256.
Metadata
Metadata
Assignees
Labels
No labels