Can anyone help out here ????
I am writing a C program using LDAP API within.
I have an LDAP tree of about 5 million records. As the result, my ldap_search_s always return an error and never could complete.
filter = "(&(cn=*)(objectclass=Customers))";
lderr = ldap_search_s( ld...
Can anyone help out here ????
I am writing a C program using LDAP API within.
I have an LDAP tree of about 5 million records. As the result, my ldap_search_s always return an error and never could complete.
filter = "(&(cn=*)(objectclass=Customers))";
lderr = ldap_search_s( ld, search_dn...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.