[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: get all entries even if there is a limit
On Mon, Dec 08, 2003 at 04:46:55PM +0100, François Beretti wrote:
> >bind as rootdn is the way I know
> >
> >
> >
> Thank you, but I really can't do this :-)
Good :)
> I was wondering if there is a way to do a ldap_search retrieve the first
> set of results, then do another ldap_search requesting the next results,
> and so on...
Hmm, paged searches...
It's not supported :(
http://www.openldap.org/faq/data/cache/649.html
Simple Paged Result Control (RFC 2696)
This one bit me once as well. We ended up doing selective searches, like "a*",
then "b*", etc.