From f6a0f5677181b30f28927c8f4a9759b2403c2b0c Mon Sep 17 00:00:00 2001 From: zmstone Date: Thu, 25 Jul 2024 19:24:52 +0200 Subject: [PATCH] docs: add changelog for PR 13521 --- changes/ce/feat-13521.en.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ce/feat-13521.en.md diff --git a/changes/ce/feat-13521.en.md b/changes/ce/feat-13521.en.md new file mode 100644 index 000000000..6d57eee23 --- /dev/null +++ b/changes/ce/feat-13521.en.md @@ -0,0 +1,4 @@ +Fix LDAP query timeout issue. + +Previously, LDAP query timeout may cause the underlying connection to be unusable. +Fixed to always reconnect if timeout happens.