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:
@@ -190,7 +190,7 @@ in
|
||||
}
|
||||
'';
|
||||
|
||||
"openldap/ldap.conf".source = ldapConf;
|
||||
"ldap.conf".source = ldapConf;
|
||||
};
|
||||
|
||||
environment.etc."chromium/policies/managed/freeipa.json" = mkIf cfg.chromiumSupport {
|
||||
|
||||
Reference in New Issue
Block a user