kanidm / ldap3

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

Add ldap compare #18

Closed Firstyear closed 1 year ago

Firstyear commented 1 year ago

Fixes #17 - This adds ldap compare operation support

Firstyear commented 1 year ago

cc @nitnelave this adds the compare op you need for lldap. I may delay doing a release of the library though as I really should improve the error handling situation across the code base and that would be a breaking api change.