This commit is contained in:
root 2025-11-09 23:35:16 +00:00
parent f418e5ec19
commit bfc55f27f3
9 changed files with 60 additions and 41 deletions

View file

@ -9,7 +9,7 @@ in {
group = "lldap-secrets";
};
};
services.lldap = {
enable = true;
settings = {
@ -39,10 +39,10 @@ in {
];
};
};
# Creates a group for the LLDAP DynamicUser to read the secret
users.groups.lldap-secrets = {};
systemd.services.lldap.serviceConfig = {
SupplementaryGroups = [ "lldap-secrets" ];
SupplementaryGroups = ["lldap-secrets"];
};
}