[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: get all entries even if there is a limit



in the Microsoft Platform SDK ldap library, Microsoft did implemented the simple page search and it is quite easy to use.
the thing is that you can use it only on wintel machines (no *nix here).

you can also check the samba implementation of paged search (quite complicated use of ldap_search_ext_s), they did a fine job there.

cheers