qazmlp wrote: > > 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?)?
Using the Simple Paged Results control is one possible solution. But this depends on the LDAP server implementation and how it's configured. E.g. OpenLDAP enforces the search result limit even when Simple Paged Results control is used by the client (which is IMHO the correct behaviour). Ciao, Michael. -- Michael Ströder E-Mail: [EMAIL PROTECTED] http://www.stroeder.com --- 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.
