One way around it could be to configure a larger limit for the dn making the search. Check the slapd.conf man page for the limits directive.

Also, you may get better answers about the specifc of how OpenLDAP handle it on the openldap-users list.

qazmlp wrote:
I understand that server can impose a limit on the maximum number of
result entries that it can return in case of 'ldap search' to the LDAP
client.
'sizelimit' is the configuration parameter used for this. (sizelimit from
the client side is out of scope of this thread)

Assume, LDAP client does a 'ldap search' on the LDAP server and the search
condition matches with 1 million records. But, the sizelimit at the server
is set to '1000'. In that case, LDAP client can get only '1000' entries in
the result. Is there a trick to get the remaining entries also(may be with
some iterative 'ldap search' calls?)?


---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to