This commit is contained in:
niten 2023-09-06 16:12:34 -07:00
parent 59a0f02001
commit bfcd26ae7e
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ let
shadowMax: 99999
shadowWarning: 7
userPassword: ${opts.ldap-hashed-passwd}
${optionalString (hasAttr "email" opts) "mail: ${opts.email}"}
mail: ${if (opts.email != null) then email else ""}
'';
systemUserLdif = base: name: opts: ''