rt icon indicating copy to clipboard operation
rt copied to clipboard

Support large groups import from ActiveDirectory

Open jcharaoui opened this issue 3 years ago • 0 comments

In deployments of ActiveDirectory. querying groups with several thousand members will return a member attribute with zero entries. Instead, a member;range= attribute is supplied which allows the client to build up the list of members across several LDAP search queries.

This commit implements a solution inspired by the one documented in the Net::LDAP FAQ at the following URL:

https://metacpan.org/pod/distribution/perl-ldap/lib/Net/LDAP/FAQ.pod#How-do-I-search-for-all-members-of-a-large-group-in-AD?

jcharaoui avatar Feb 04 '21 16:02 jcharaoui