Thank you very much for your reply! I saw the SDK has the function of ldap_create_sort_control() and ldap_parse_sort_control() APIs, so I figured there should be similar APIs for page control as well, but I didn't see it. Do I need to modify the API source code and create the functions myself?
So far, the way we are using the SDK is just linking with the ldap library, and making the calls to API functions. The library we have is pretty old, and we don't have the matching source code either.
Thanks! Yimin
Richard Megginson wrote:
Yimin Chen wrote:
Hi,
I am currently using Netscape library to talk to Active Directory server, and due to the large result size (exceeds 1000) of the ldap query, I am not able to get the full results.
Active Directory supports the server side page control, does Netscape client side library supports page control? I can not find the function in the documentation.
It depends on what you mean by support. The SDK supports the ability to send any arbitrary control to the server and read the results. It is up to your application to format the control request data to send to the server and parse the control response data from the server.
Your help is greatly appreciated!!!
Yimin
_______________________________________________ mozilla-directory mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-directory
