From 42332121be9a6626b24f5a5779d36bb6f428b7e6 Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 6 Sep 2023 15:07:20 -0700 Subject: [PATCH] Seriously...we're not including email in LDAP? --- lib/fudo/ldap.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/fudo/ldap.nix b/lib/fudo/ldap.nix index d5c7fec..b7e7fbe 100644 --- a/lib/fudo/ldap.nix +++ b/lib/fudo/ldap.nix @@ -46,6 +46,7 @@ let shadowMax: 99999 shadowWarning: 7 userPassword: ${opts.ldap-hashed-passwd} + mail: ${opts.email} ''; systemUserLdif = base: name: opts: ''