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