Lines Matching refs:LDAP
32 * compiled is the code from ldap.c.
39 #include <ldap.h>
58 LDAP **ld);
71 * LDAP protocol handler.
75 "LDAP", /* scheme */
135 LDAP *ld;
167 failf(conn->data, "LDAP local: %s", msg);
199 strcpy(hosturl, "ldap");
208 failf(data, "LDAP local: Cannot connect to %s, %s",
286 failf(data, "LDAP local: bind ldap_result %s", ldap_err2string(rc));
296 failf(data, "LDAP local: bind ldap_parse_result %s", ldap_err2string(rc));
317 failf(data, "LDAP remote: bind failed %s %s", ldap_err2string(rc),
360 infof(data, "LDAP local: %s\n", data->change.url);
371 failf(conn->data, "LDAP local: %s", msg);
380 failf(data, "LDAP local: ldap_search_ext %s", ldap_err2string(rc));
433 failf(data, "LDAP local: search ldap_result %s", ldap_err2string(rc));
456 failf(data, "LDAP local: search ldap_parse_result %s",
461 failf(data, "LDAP remote: search failed %s %s", ldap_err2string(rc),