]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: ldap: Stop re-sending request after 3 disconnect+reconnects
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 26 Jan 2022 12:43:01 +0000 (14:43 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 2 Feb 2022 10:16:38 +0000 (10:16 +0000)
commit88d55b93baa49c50e99876462e3e1d93722317ca
tree2d62a95467c305ee7caf515b70ba7e4ea48e8cf7
parent342c8727911e10ac2eb8d0eebff607c77df8c37a
auth: ldap: Stop re-sending request after 3 disconnect+reconnects

This prevents retrying the same LDAP request forever in situations where the
request causes LDAP server to become disconnected. This might fix some real
issues, but it was mainly implemented because testing the following commit
caused infinite looping.
src/auth/db-ldap.c
src/auth/db-ldap.h