]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth: ldap: If LDAP connection appears to be hanging, abort all old requests
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 26 Jan 2022 14:00:45 +0000 (16:00 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Wed, 2 Feb 2022 10:16:38 +0000 (10:16 +0000)
commit30325b92b7416d9e91145f68496ab9a4f8a2d8b4
treec87f9ecad560cdda015e0b554346b1b73757511d
parent6360d26c8ac42e67623ba186c166d4d89b6ad289
auth: ldap: If LDAP connection appears to be hanging, abort all old requests

Retrying the reconnect might fix them, but since this situation isn't
supposed to happen in the first place, it's safer to just remove them
entirely to guarantee that it's not trying to keep retrying them for
a long time.
src/auth/db-ldap.c