Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Does/will LDAPInput support AD's Range Retrival extension?
https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/e27b48db-6f82-44cd-9038-2e54f790cc1f
I'm trying to retrieve members of a group, and I get an empty list if the membership is > 1500.
jji
@imholzj imholzj , refer to this page, this is a LDAP limitation on a single query, can you try to add the following expression in the filter field to query a range of members?
"(&(objectClass=*) &(member;range=0-50))"
Let me know if it works.
Regards
Shong
That filter returns no results. Looks like the range parameter needs to go after the filter where the return attributes are listed, and "Edit schema" won't allow a column name like "member;range=0-50"