Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Open
@doublemarket

Description

@doublemarket

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions