Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(integration): Remove redunant ldap filter escape
The fix removes the escape_filter_chars call since we're already using auto_escape=True in the connection initialization. The ldap3 library handles the escaping internally when auto_escape=True is set.
- Loading branch information