Escape all user- or ldap-provided fields in ldap search queries in accordance with RFC4515 to prevent malformed LDAP filter (ldap3.core.exceptions.LDAPInvalidFilterError: malformed filter)
Fixes #237
Nice! I've now concluded this makes sense and verified that without this I run into an error but with it I don't - thanks for a great writeup in #237 @m-erhardt!!
Escape all user- or ldap-provided fields in ldap search queries in accordance with RFC4515 to prevent malformed LDAP filter (
ldap3.core.exceptions.LDAPInvalidFilterError: malformed filter
) Fixes #237