lldap.provision: system users have default email now
This commit is contained in:
parent
49017f1acc
commit
d53f145586
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ in {
|
|||
mkProvisionUserSystem = name: password_file: config.mine.shared.lib.ldap.mkScope (lconfig: llib: {
|
||||
user_id = name;
|
||||
membermail = mkProvisionEmail name;
|
||||
mail = mkProvisionEmail name;
|
||||
password = "file:${password_file}";
|
||||
groups = [ lconfig.groups.system_mail lconfig.groups.system_service ];
|
||||
membermaildiskquota = 10*1024*1024; # mb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue