Commit 579ef71b authored by Benjamin Staffin's avatar Benjamin Staffin
Browse files

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.
parent 27ac0276
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ in
          }
      '';

      "openldap/ldap.conf".source = ldapConf;
      "ldap.conf".source = ldapConf;
    };

    environment.etc."chromium/policies/managed/freeipa.json" = mkIf cfg.chromiumSupport {