Searched defs:ldap (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dutil_ldap.h108 LDAP *ldap; member in struct:util_ldap_connection_t
195 * as ldc->ldap.
197 * connect if already connected (ldc->ldap != NULL). Does not bind
210 * @tip This function unbinds from the LDAP server, and clears ldc->ldap.
/httpd/modules/ldap/
H A Dutil_ldap_cache_mgr.c30 APLOG_USE_MODULE(ldap); variable
H A Dutil_ldap.c45 /* Default define for ldap functions that need a SIZELIMIT but
75 static const char *ldap_cache_mutex_type = "ldap-cache";
107 * <Location /ldap-status>
108 * SetHandler ldap-status
121 if (strcmp(r->handler, "ldap-status")) {
183 if (ldc->ldap) {
187 ldap_unbind_s(ldc->ldap);
188 ldc->ldap = NULL;
194 apr_ldap_rebind_remove(ldc->ldap);
295 apr_ldap_init(r->pool, &(ldc->ldap),
3204 AP_DECLARE_MODULE(ldap) = { variable
[all...]

Completed in 37 milliseconds