Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
imholzj
Contributor III
Contributor III

LDAP (AD) Range Retrival

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

Labels (2)
2 Replies
Anonymous
Not applicable

@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

imholzj
Contributor III
Contributor III
Author

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"