docs: add changelog for PR 13521

This commit is contained in:
zmstone 2024-07-25 19:24:52 +02:00
parent 7631420eef
commit f6a0f56771
1 changed files with 4 additions and 0 deletions

View File

@ -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.