ldap: able to deal with up to ssha512 passwords
This commit is contained in:
parent
d056929a18
commit
d63ebabc85
2 changed files with 6 additions and 1 deletions
|
@ -136,9 +136,14 @@ Gonna use a priper nixos module for this
|
||||||
"cn=modules".attrs = {
|
"cn=modules".attrs = {
|
||||||
objectClass = [ "olcModuleList" ];
|
objectClass = [ "olcModuleList" ];
|
||||||
cn = "modules";
|
cn = "modules";
|
||||||
olcModuleLoad = ["dynlist" "memberof"];
|
olcModuleLoad = ["dynlist" "memberof" "pw-sha2"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"olcDatabase={-1}frontend".attrs = {
|
||||||
|
objectClass = [ "olcDatabaseConfig" "olcFrontendConfig" ];
|
||||||
|
|
||||||
|
olcPasswordHash = "{SSHA512}";
|
||||||
|
};
|
||||||
|
|
||||||
"olcDatabase={1}mdb" = {
|
"olcDatabase={1}mdb" = {
|
||||||
attrs = {
|
attrs = {
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue