Open wildtayne opened 6 years ago
I think this should be covered in the documentation for M3 if the release is qualified for a Posgtres version in which where scram-sha-256
is supported. Let us leave the milestone unassigned until the Postgres version is determined.
checkEncryptedPwd()
intestClassDBRolesMgmt.sql
only checks for md5 passwords. If an instance is configured to usescram-sha-256
, the test will fail.EDIT: Other parts for
testClassDBRolesMgmt.sql
also seem to fail when usingscram-sha-256()
.Is thrown on the following lines (does not occur when
password_encryption
= `md5'):