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...