inejge / ldap3

A pure-Rust LDAP library using the Tokio stack
Apache License 2.0
220 stars 38 forks source link

Add MatchedValues control #65

Closed Geobert closed 3 years ago

Geobert commented 3 years ago

Here the PR to add MatchedValues control I worked on v07x branch because I haven't ported my app to tokio 0.3 yet (waiting for warp)

On behalf of Isode Ltd.

inejge commented 3 years ago

I merged and immediately refactored, the reasons are in the comments above. (I think it's faster that way, avoiding the back-and-forth of reviews and modifications.)

Geobert commented 3 years ago

Thanks for the review, refactor and merge :D !