refactor(lldap): dc=deertopia,dc=net

This commit is contained in:
2025-07-03 08:21:21 -06:00
parent 75a19f66ad
commit c1c19355af

View File

@@ -16,6 +16,7 @@ in {
isSystemUser = true; isSystemUser = true;
group = "lldap"; group = "lldap";
}; };
users.groups.lldap = {}; users.groups.lldap = {};
sydnix.impermanence.directories = [ sydnix.impermanence.directories = [
@@ -47,7 +48,7 @@ in {
}; };
environmentFile = "/run/secrets/lldap-secret-env"; environmentFile = "/run/secrets/lldap-secret-env";
settings = { settings = {
ldap_base_dn = "dc=identify,dc=deertopia,dc=net"; ldap_base_dn = "dc=deertopia,dc=net";
ldap_user_dn = "lain"; ldap_user_dn = "lain";
ldap_user_email = "lain@deertopia.net"; ldap_user_email = "lain@deertopia.net";
}; };