You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
jeffj254, panoslith, carltonbrown and daniel-ramos-ch