[python-ldap] Paging in LDAP
Jakob Simon-Gaarde
jakobsg at gmail.com
Tue Sep 10 12:14:08 CEST 2013
Hi.
I have tried to use python-ldap to implement a paged search for
returning limited amounts of data using SimplePagedResultsControl.
This works fine as long as I need to iterate through data from start
to end. In my case I have a situation where a web client should be
able to ask for the next page or jump 10 pages ahead or back. I can't
seem to find a way to make the server control "jump" to a certain
page. It seems like the problem is solved in java's ldap
implementation with the VirtualListViewRequestControl.
Is there enything I can do? I was thinking fast-forward with "result"
ig you can ask the ldapserver not to send data but just the next
cookie? Please help.
--
Med venlig hilsen / Best regards
Jakob Simon-Gaarde
More information about the python-ldap
mailing list