Closed MrNova111 closed 2 years ago
Hi, @MrNova111
Could you try with v0.0.19-beta?
I added ldap.EscapeFilter that:
EscapeFilter escapes from the provided LDAP filter string the special characters in the set
()*\
and those out of the range 0 < c < 0x80, as defined in RFC4515.
That did the trick!
Have been getting plugin crashes when attempting to authenticate certain users against groups. I suspect this is caused by the format of the user's CN string. Some users in our LDAP look like this and work normally: CN=Firstname Lastname
Others look like this and crash the plugin: CN=Firstname Lastname (f.lastname)
Full logs: