Active Directory normally restricts the number of objects that can be returned in a single search operation. To ensure successful management of containers with a large number of objects (that is where the number of objects exceeds the maximum), ADS implements a paged-search operation.
Note: A page is defined as the number of objects that can be returned in a single search.
If too many objects are returned in a single page, ADS queries the Active Directory server for one page at a time. It continues to query Active Directory, until it retrieves the entire set of objects. This process is automatically handled by the ADS agent, so you do not need to control the paging operation.
Although this is normally not necessary, you can adjust the page size. To do this, you must set the environment variable ADS_SIZELIMIT. However, you should never set this value larger than the limit on the Active Directory server. If you set the value too large, it may negatively impact performance on the Active Directory server. (To change the value on the server, see the section, Changing the Active Directory Search Limit).
Note: The ADS_SIZELIMIT variable should be set on the machine where the C++ Connector Server and ADS connector run.
Copyright © 2013 CA.
All rights reserved.
|
|