ldap: set password hash back to SSH512
This commit is contained in:
parent
eb34303c7b
commit
894837494c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ Gonna use a priper nixos module for this
|
||||||
"olcDatabase={-1}frontend".attrs = {
|
"olcDatabase={-1}frontend".attrs = {
|
||||||
objectClass = [ "olcDatabaseConfig" "olcFrontendConfig" ];
|
objectClass = [ "olcDatabaseConfig" "olcFrontendConfig" ];
|
||||||
|
|
||||||
olcPasswordHash = "{SHA512}";
|
olcPasswordHash = "{SSHA512}";
|
||||||
};
|
};
|
||||||
|
|
||||||
"olcDatabase={1}mdb" = {
|
"olcDatabase={1}mdb" = {
|
||||||
|
|
Loading…
Reference in a new issue