Use stronger SHA 512 passwords for LDAP

This commit is contained in:
Anthony Wang 2022-01-18 11:58:51 -06:00
parent 65e7785ba3
commit a079762488
Signed by: a
GPG key ID: BC96B00AEC5F2D76

9
password.ldif Normal file
View file

@ -0,0 +1,9 @@
dn: cn=config
changetype: modify
replace: olcPasswordHash
olcPasswordHash: {CRYPT},{SSHA}
dn: cn=config
changetype: modify
replace: olcPasswordCryptSaltFormat
olcPasswordCryptSaltFormat: "$6$%.16s"