Apparently some emails are still null?
This commit is contained in:
parent
930f12ab17
commit
b2d3ef23f2
|
@ -47,7 +47,7 @@ let
|
||||||
shadowMax: 99999
|
shadowMax: 99999
|
||||||
shadowWarning: 7
|
shadowWarning: 7
|
||||||
userPassword: ${opts.ldap-hashed-passwd}
|
userPassword: ${opts.ldap-hashed-passwd}
|
||||||
mail: ${opts.email}
|
mail: ${optionalString (opts.hasAttr email) opts.email}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
systemUserLdif = base: name: opts: ''
|
systemUserLdif = base: name: opts: ''
|
||||||
|
|
Loading…
Reference in New Issue