dovecot: fix a typo on userAttrs
This commit is contained in:
parent
55a6e97fa4
commit
caa6ecb54d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue