diff --git a/lib/fudo/ldap.nix b/lib/fudo/ldap.nix index 7c66ebc..5c86cdb 100644 --- a/lib/fudo/ldap.nix +++ b/lib/fudo/ldap.nix @@ -415,7 +415,7 @@ in { declarativeContents = let usersWithPasswords = - filterAttrs (_: userOpts: userOpts.ldap-hashed-password != null) + filterAttrs (_: userOpts: userOpts.ldap-hashed-passwd != null) cfg.users; in { "${cfg.base}" = ''