nixos/ipa: fix path to ldap.conf

I don't know when this changed, but the openldap client looks for
/etc/ldap.conf now, not /etc/openldap/ldap.conf.
This commit is contained in:
Benjamin Staffin
2025-08-19 13:26:29 -04:00
parent 27ac027612
commit 579ef71b96
+1 -1
View File
@@ -190,7 +190,7 @@ in
}
'';
"openldap/ldap.conf".source = ldapConf;
"ldap.conf".source = ldapConf;
};
environment.etc."chromium/policies/managed/freeipa.json" = mkIf cfg.chromiumSupport {