dovecot: fix a typo on userAttrs
This commit is contained in:
parent
6775502be3
commit
71b4c62d85
|
@ -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