Umm
This commit is contained in:
parent
59a0f02001
commit
bfcd26ae7e
|
@ -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: ''
|
||||
|
|
Loading…
Reference in New Issue