This adds the Paged Result Control to ads searching. The new function, ads_do_paged_...
commit9afba67f9a56699e34735e1e425f97b2464f2402
authorJim McDonough <jmcd@samba.org>
Thu, 14 Mar 2002 17:48:26 +0000 (14 17:48 +0000)
committerJim McDonough <jmcd@samba.org>
Thu, 14 Mar 2002 17:48:26 +0000 (14 17:48 +0000)
tree31d0a0f985bc4847dd10ab76ade9da3ea2de5cc8
parentab1ebd377931166f2ecded784a0182102d4c1ca2
This adds the Paged Result Control to ads searching.  The new function, ads_do_paged_search, is the same as ads_do_search, but it also contains a count of records returned in this page, and a cookie for resuming, to be passed back.  The cookie must start off NULL, and when it returns as NULL, the search is done.
source/libads/ldap.c