[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: an programming question
At 02:12 AM 6/19/2003, =?GB2312?Q?=D6=DC?= wrote:
>when we use perl or java to perform an search, we can specify the sizelimit
>to control the number of return result.
>But i wonder how can we continue the latest search result, for example, maybe i can return the
>first 100 entries ,then how can i continue the next 100 entries ?
If you want all entries, ask for them all. If your program
cannot handle them all at once, use ldap_result's LDAP_MSG_ONE.
Or limit your client to those servers which support paging,
like OpenLDAP 2.2alpha.
kurt