21 May
2014
21 May
'14
1:27 p.m.
Maciej Uhlig:
Please explain the following dovecot (2.2.13) behaviour: I run dovecot in ldap auth debug mode and log file excerpt follows:
filter=(&(objectClass=MailAccount)(accountActive=TRUE)(mail=user@domain))
fields=mail,quota,mailbox
Hello,
no solution but a comment:
ldap.conf define two ldap queries. pass_filter and user_filter
when debugging authentication I use to change my ldap filter:
pass_filter = (whatever) vs. pass_filter = (|(PASSDB=1)(whatever)) user_filter = (whatever) vs. user_filter = (|(USERDB=1)(whatever))
The result is the same, but the debug log is easier to understand.
Andreas