mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 11:29:17 +05:00
dovecot: fix a typo on userAttrs
This commit is contained in:
parent
55a6e97fa4
commit
caa6ecb54d
@ -76,7 +76,7 @@ let
|
|||||||
base = ${cfg.ldap.searchBase}
|
base = ${cfg.ldap.searchBase}
|
||||||
scope = ${mkLdapSearchScope cfg.ldap.searchScope}
|
scope = ${mkLdapSearchScope cfg.ldap.searchScope}
|
||||||
${lib.optionalString (cfg.ldap.dovecot.userAttrs != "") ''
|
${lib.optionalString (cfg.ldap.dovecot.userAttrs != "") ''
|
||||||
user_attrs = ${cfg.ldap.dovecot.user_attrs}
|
user_attrs = ${cfg.ldap.dovecot.userAttrs}
|
||||||
''}
|
''}
|
||||||
user_filter = ${cfg.ldap.dovecot.userFilter}
|
user_filter = ${cfg.ldap.dovecot.userFilter}
|
||||||
${lib.optionalString (cfg.ldap.dovecot.passAttrs != "") ''
|
${lib.optionalString (cfg.ldap.dovecot.passAttrs != "") ''
|
||||||
|
Loading…
Reference in New Issue
Block a user