Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

v1.0.1

Compare
Choose a tag to compare
@jsumners jsumners released this 08 Mar 22:11
· 14 commits to master since this release
ec0d3f2

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