When you submit a search or list request to the directory, you can specify a maximum time limit and maximum number of entries to be returned.
If the limits defined in the operation are larger than the limits configured in the DSA, then the DSA's limits are enforced.
If the user has a role and limits defined in the operation are larger than the limits configured for the role, then the role's limits are enforced.
In this example, you send a search request to a DSA that also has limits set in its configuration.
The DSA has the following limits set:
set max-op-time = 60; set max-op-size = 100;
You want to search this DSA for all entries below a base DN that have the sn attribute populated. You want to limit the search to 1000 seconds and a maximum of 10,000 entries to be returned.
dxsearch -s sub -b base-DN -l 1000 -z 10000 -h hostname -p port-number "(sn=*)"
If you try this yourself, ensure that you replace the values for the -b, -h, and -p options.
Partial Outcome Qualifier: Limit Problem: Admin limit exceeded
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |