Searched defs:ldap_result (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_ldap_driver.c126 int ldap_result; local
137 ldap_result = ldap_url_parse(URL, &ldap_url);
138 if (ldap_result != LDAP_SUCCESS || ldap_url == NULL) {
201 int ldap_result; local
217 ldap_result = ldap_set_option((LDAP *) dbc->dbconn,
220 if (ldap_result != LDAP_SUCCESS) {
226 ldap_result = ldap_bind_s((LDAP *) dbc->dbconn, dbi->user,
228 if (ldap_result != LDAP_SUCCESS) {
565 int ldap_result = 0; local
712 ldap_result
[all...]
/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c130 int ldap_result; local
140 ldap_result = ldap_url_parse(URL, &ldap_url);
141 if (ldap_result != LDAP_SUCCESS || ldap_url == NULL) {
195 int ldap_result; local
211 ldap_result = ldap_set_option((LDAP *) dbc->dbconn,
214 if (ldap_result != LDAP_SUCCESS) {
220 ldap_result = ldap_bind_s((LDAP *) dbc->dbconn, dbi->user,
222 if (ldap_result != LDAP_SUCCESS) {
541 int ldap_result = 0; local
668 ldap_result
[all...]

Completed in 14 milliseconds