Skip to content
Snippets Groups Projects
Commit 89a006c8 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Fix LDAPInvalidFilterErrorldap3

LDAPInvalidFilterError: malformed filter raised due to the search filter
'(&(member=CN=Alessio Curri (new),OU=Contractors,OU=ESS
Users,DC=esss,DC=lu,DC=se))'

The brackets must be encoded using escape_filter_chars() to follow
RFC4515.
See https://github.com/cannatag/ldap3/issues/153

JIRA INFRA-550 #action In Progress
parent 26dd1a5d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment