Dear Apache developers!
I want to understand where is configured the library used by
Apache httpd server for the ldap_search_ext_s implementation.

I looked at util_ldap.c:

http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/modules/ldap/util_ldap.c?view=markup



  result =
ldap_search_ext_s(ldc->ldap,

                               (char *)basedn,
scope,

                               (char *)filter,
attrs, 0,

                               NULL, NULL,
NULL, APR_LDAP_SIZELIMIT, &res);

 

The method ldap_search_ext_s can be implemented by different
providers, include OpenLDAP, Novell LDAP SDK or iPlanet (Netscape) SDK.



Where Apache is configured to use OpenLDAP?

Thanks in advance for your help,

  Michael

                                          

Reply via email to