From 579ef71b96532b080810158db64b7f75138c50b0 Mon Sep 17 00:00:00 2001 From: Benjamin Staffin Date: Tue, 19 Aug 2025 13:25:54 -0400 Subject: [PATCH] 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. --- nixos/modules/security/ipa.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/ipa.nix b/nixos/modules/security/ipa.nix index 8de656367a0b..6ac406d12971 100644 --- a/nixos/modules/security/ipa.nix +++ b/nixos/modules/security/ipa.nix @@ -190,7 +190,7 @@ in } ''; - "openldap/ldap.conf".source = ldapConf; + "ldap.conf".source = ldapConf; }; environment.etc."chromium/policies/managed/freeipa.json" = mkIf cfg.chromiumSupport {