Hi, all.

Does anybody know how to direct page access?

I need to do an LDAP search, via Net::LDAP, on a openLDAP.
Since large quantity of data are stored, I would like to use 
"server side paging" interface.

For example:
  - maximum page size = 1000
  - page number = 2
   In the condition mentioned above, I want to get
  objects(1001-2000) directly!

I checked Net::LDAP and Net::LDAP::Control::Paged (RFC-2696),
but I could not find good idea or modules.
search() has sizelimit option, but doesn't have page option.
Net::LDAP::Control::Paged provides "paging", but it is continuous
accesss.

Do you have any idea  how to do direct paging access?

Thanks a lot for any help!

Kind regards.
Katsuhisa Fujinaga.

Reply via email to