Closed mofrank closed 6 years ago
Awesome, thanks for this. Is there any chance you could introduce a new test to ensure this functionality is working as expected?
This PR will be merged as part of https://github.com/nickw444/flask-ldap3-login/pull/42 which adds tests
…a filter Found a problem with user dn's that have chars that cannot be in a filter. For instance "cn=Firstname (admin) Lastname, ..." causes filters to not work due to the ().
This patch should fix the problem.