Um?
This commit is contained in:
parent
92962b83ed
commit
59a0f02001
|
@ -47,7 +47,7 @@ let
|
|||
shadowMax: 99999
|
||||
shadowWarning: 7
|
||||
userPassword: ${opts.ldap-hashed-passwd}
|
||||
mail: ${optionalString (hasAttr "email" opts) opts.email}
|
||||
${optionalString (hasAttr "email" opts) "mail: ${opts.email}"}
|
||||
'';
|
||||
|
||||
systemUserLdif = base: name: opts: ''
|
||||
|
|
Loading…
Reference in New Issue