This repository has been archived by the owner on May 14, 2024. It is now read-only.
v1.0.1
SearchRequest.scope
now returns the associated LDAP scope code instead of a name. SearchRequest.scopeName
has been added to facilitate getting a friendly name for the search scope. There is an argument to be made for this being a breaking change, but we see it as a correction in behavior. The .scope
is used for matching in search requests when writing an LDAP server. So scopes should able to easily be checked against the exported scope constants (RFC defined constants).
What's Changed
New Contributors
Full Changelog: v1.0.0...v1.0.1