Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for handling Active Directory member attribute with Range suffix #98

Open
doublemarket opened this issue Oct 12, 2016 · 0 comments

Comments

@doublemarket
Copy link

Depending on a MaxValRange setting on an Active Directory server, the server can return the member;Range=[low]-[high] (e.g. member;Range=0-1499) attribute including certain number of users instead of the member attribute including all users when a number of users in a group exceeds the MaxValRange value.

Since the filters in the lib/github/ldap/filter.rb don't care the member attribute with the Range suffix, no users can be found.

The filter should be able to handle the member attribute with the Range suffix and also it needs to support pagination if the Range suffix exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant