Seriously...we're not including email in LDAP?
This commit is contained in:
parent
5fa5877579
commit
42332121be
|
@ -46,6 +46,7 @@ let
|
|||
shadowMax: 99999
|
||||
shadowWarning: 7
|
||||
userPassword: ${opts.ldap-hashed-passwd}
|
||||
mail: ${opts.email}
|
||||
'';
|
||||
|
||||
systemUserLdif = base: name: opts: ''
|
||||
|
|
Loading…
Reference in New Issue