kanidm / ldap3

Rust LDAP3 Server Protocol Library
Mozilla Public License 2.0
51 stars 11 forks source link

Fix: Search filter substring failure #40

Closed irvingoujAtDevolution closed 9 months ago

irvingoujAtDevolution commented 9 months ago

fix search filter substring failure https://github.com/kanidm/ldap3/issues/39, for both parsing and encoding.

Added test for parsing and encoding for changed code Added example to test against real AD server

Wireshark and Active Directory recognize this change image

BTW, there is one test that is not related to my change fails on master.