ansible-role-dovecot/templates
Julian Rother 5267a3d716 Use DN lookup instead of DN template for LDAP auth
In our setup users require a specific LDAP group to login. We enforce this
with an LDAP filter (user_filter). With DN template, authentication always
succeeds for these users, as Dovecot only performs an LDAP BIND request.
Successful auth followed by failed userdb lookup seems to trigger a bug in
Dovecot that causes the handler processes to stay around indefinitely and fill
up the process_limit. Using DN lookup with the LDAP filter set for both
user_filter and pass_filter should cause the authentication to fail for these
users and work around the bug.
2022-07-18 00:36:18 +02:00
..
10-auth.conf.j2 Enable LDAP 2020-07-12 17:13:36 +02:00
10-mail.conf.j2 Add quota checking 2020-09-26 13:47:35 +02:00
10-master.conf.j2 Enable LDAP 2020-07-12 17:13:36 +02:00
10-ssl.conf.j2 Use chain to include intermediate cert 2020-10-03 12:47:37 +02:00
15-lda.conf.j2 Add quota checking 2020-09-26 13:47:35 +02:00
15-mailboxes.conf.j2 modified mailboxes.conf: autocreate common folders 2020-07-28 15:32:20 +02:00
20-imap.conf.j2 add imap sieve setting to mail plugins 2021-02-12 15:59:10 +01:00
20-managesieve.conf.j2 added README 2020-05-29 11:52:48 +02:00
90-quota.conf.j2 add quota warnings 2020-10-02 14:50:20 +02:00
auth-ldap.conf.j2 Enable LDAP 2020-07-12 17:13:36 +02:00
auth-system.conf.j2 initial commit 2018-01-17 17:11:07 +01:00
dovecot-ldap.conf.ext.j2 Use DN lookup instead of DN template for LDAP auth 2022-07-18 00:36:18 +02:00
dovecot.conf.j2 Enable LDAP 2020-07-12 17:13:36 +02:00
passwd.j2 Enable LDAP 2020-07-12 17:13:36 +02:00