Change the Page Size for Paged Searches

Active Directory restricts the number of objects that can be returned in a single search operation. A
page
is the number of objects that can be returned in a single search.
imgc
Active Directory restricts the number of objects that can be returned in a single search operation. A
page
is the number of objects that can be returned in a single search.
Active Directory uses paged searches to allow it to manage containers with more than one page of objects.
The connector handles paged searches gracefully. The connector queries the Active Directory server for one page at a time until it has received the entire set of objects.
Normally not necessary, but you can adjust the page size. Do not set this value larger than the limit on the Active Directory server. If you set the value too high, the Active Directory performance can be reduced.
Follow these steps:
  1. Set the environment variable ADS_SIZELIMIT on the C++ Connector Server.
  2. Restart C++ Connector Server.