forked from wurzel/fruitbasket
ldap: fix group syncing
This commit is contained in:
parent
3dca54ace0
commit
eadeaf4229
1 changed files with 2 additions and 2 deletions
|
@ -98,9 +98,9 @@ in
|
||||||
rec {
|
rec {
|
||||||
enable = true;
|
enable = true;
|
||||||
server = "ldap://localhost";
|
server = "ldap://localhost";
|
||||||
base = "ou=users,${portunus.ldap.suffix}";
|
base = "${portunus.ldap.suffix}";
|
||||||
bind = {
|
bind = {
|
||||||
distinguishedName = "uid=${portunus.ldap.searchUserName},${base}";
|
distinguishedName = "uid=${portunus.ldap.searchUserName},ou=users,${base}";
|
||||||
passwordFile = config.sops.secrets.nslcd_ldap_search.path;
|
passwordFile = config.sops.secrets.nslcd_ldap_search.path;
|
||||||
};
|
};
|
||||||
daemon.enable = true;
|
daemon.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue