Improved escaping of special characters for LDAP interactions in ClickHouse.
Why it matters
This feature ensures that certain characters are properly escaped when ClickHouse communicates with LDAP directories. It prevents potential issues caused by unescaped characters, improving reliability and security in LDAP authentication and queries.How to use it
The escaping is handled internally by ClickHouse during LDAP interaction. Users benefit from this improvement automatically when using LDAP-related features with ClickHouse, without requiring any configuration changes.