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

/sssd-io/src/providers/ldap/
H A Dsdap.c404 int lerrno; local
415 lerrno = 0;
416 ret = ldap_set_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
430 ldap_get_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
432 lerrno, sss_ldap_err2string(lerrno));
469 ldap_get_option(sh->ldap, LDAP_OPT_RESULT_CODE, &lerrno);
470 DEBUG(lerrno == LDAP_SUCCESS
474 lerrno, sss_ldap_err2string(lerrno));
[all...]

Completed in 14 milliseconds