Knowledge: LDAP data action only returning maximum of 1000 results
Back
Knowledge
Title*LDAP data action only returning maximum of 1000 results
ManualAdministration
Manual Level TwoData Actions
Manual Level ThreeLDAP
Created10/06/2022
DetailBy default LDAP Data Actions are limited to 1000 results, this can be increased by setting web.config setting to say e.g. 2000 in appSettings section:
<add key="ADPageSize" value="2000"/>
After setting IISReset may be required for setting to take effect.
Additional Manual Locations