Limits at LDAP enquiries
If you should have a problem at opening single elements in the menu Readout Active Directory in a larger environment (more than 1000 elements), or if not all elements are found at a synchronisation, this is due to a limitation for LDAP enquiries, which is by default at 1000 datasets. However, this limit can be adapted to the requirements manually.
The Active Directory that needs to be changed lies in the domain Two.test on the server with the name Two-SV01
First of all start the tool ntdsutil via the prompt. In the window that opens then you do the following entries:
ntdsutil: LDAP policies
ldap policy: connection
server connections: connect to server Two.SV01
server connections: q
ldap policy: show values
Now the currently set limits will be shown. In our case the following values are relevant
MaxConnections: 1000
For changing the values you act as follows:
ldap policy: set MaxPageSize to 2000
ldap policy: show values (to controll if the value is accepted)
ldap policy: Commit Changes