From 45b15e65fd46b7936d2db9823b015545bd1fe512 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 7 Jan 2024 18:09:12 -0800 Subject: [PATCH] password -> passwd --- lib/fudo/ldap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" = ''