]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: Fix default SASL bind for LDAP
authorMatwey V. Kornilov <matwey.kornilov@gmail.com>
Wed, 21 Sep 2016 07:55:47 +0000 (10:55 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 13 Oct 2016 08:27:18 +0000 (10:27 +0200)
commit79d9a65e8f515327429db250e5fed1354035ea4d
tree885834ea7a22c03aac95bd2632c8c4b3ffc34a99
parentaae459582c1853debb12a225207e5b1dd1726310
auth: Fix default SASL bind for LDAP

User may configure Dovecot to use SASL bind as default bind method.  This can
be the case when ldapi:/// (or ldaps:///) with SASL EXTERNAL is used.
Currently, Dovecot returns LDAP connection to wrong bind state after first
successful auth bind, LDAP simple bind always used to rebind.  This may broke
setup when ACL in LDAP configured not to allow search/bind for such simple
bind.
src/auth/db-ldap.c