summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2023-06-28 23:07:11 +0200
committerAntoine Eiche <lewo@abesis.fr>2023-06-28 23:07:38 +0200
commitcaa6ecb54ddbd75a33b72ba242e1762c60cf4cab (patch)
treecad1d1b2bf05adb573f33b4c9ab1fe68c98a4a20
parent55a6e97fa441de6e0a965c3dfdcc6ed33d056c63 (diff)
dovecot: fix a typo on userAttrsldap-support
-rw-r--r--mail-server/dovecot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-server/dovecot.nix b/mail-server/dovecot.nix
index 18b4a50..c9f4ca7 100644
--- a/mail-server/dovecot.nix
+++ b/mail-server/dovecot.nix
@@ -76,7 +76,7 @@ let
base = ${cfg.ldap.searchBase}
scope = ${mkLdapSearchScope cfg.ldap.searchScope}
${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}
${lib.optionalString (cfg.ldap.dovecot.passAttrs != "") ''