[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
API: Getting paged results
- To: OpenLDAP software list <openldap-software@OpenLDAP.org>
- Subject: API: Getting paged results
- From: Kapil Surlaker <kapil.surlaker@gmail.com>
- Date: Thu, 5 Jan 2006 18:34:06 -0800
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=PF/aCuLjgoGbC4bcHSJoTVz6jNdmhHY2XGr1pgsdzs/uVa7mGQjLkSOM2heWPvjb2KzTDKP16L672/dWN79t0BmAVAFZ7HY/iIlAFJjH1wwZq6vSqKX5HkEsrAVEBuqPglnd5PzAI+8ci0UOZ363TqBW6wYgoC7elt3n94t4D24=
I am using the ldap_search_s API to search the LDAP server. If the number of
matching entries is large, I get a size exceeded error. Is there a way to do
the search in pages so that I can retrieve few entries at a time, eventually
retrieving all the entries ?
Thanks!
Kapil