Searched refs:ldap_rc (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.h77 int *ldap_rc);
H A Ddit_access_utils.c1875 * operation failed, ldap_rc will be set
1879 addNISObject(char *domain, char *dn, int *ldap_rc) { argument
1892 if (ldap_rc)
1893 *ldap_rc = -1;
1998 if (ldap_rc)
1999 *ldap_rc = rc;
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c193 int ldversion, ldap_rc; local
213 ldap_rc = ldap_sasl_interactive_bind_s(adh->ad, "" /* binddn */,
217 if (ldap_rc != LDAP_SUCCESS) {
223 adh->ad_port, ldap_err2string(ldap_rc));
653 int ldap_rc; local
677 ldap_rc = ldap_search_s(p->ad, base, LDAP_SCOPE_SUBTREE, filter,
683 if (ldap_rc != LDAP_SUCCESS) {
686 p->ad_host, p->ad_port, ldap_err2string(ldap_rc));
758 int ldap_rc; local
773 ldap_rc
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2042 int ldap_rc; local
2069 if ((ldap_rc = ldapssl_client_init(hostcertpath, NULL)) < 0) {
2076 ldapssl_err2string(ldap_rc));
2341 int msgId, errnum = 0, ldap_rc; local
2379 ldap_rc = ldap_result(ld, msgId, 0, &tv, &resultMsg);
2381 if ((ldap_rc == -1) || (ldap_rc == 0)) {
2397 ldap_rc = ldap_parse_result(ld, resultMsg, &errnum, NULL,
2400 if (ldap_rc != LDAP_SUCCESS) {
2441 int ldap_rc, errnu local
[all...]
H A Dns_standalone.c846 int ldap_rc; local
853 ldap_rc = ldap_search_ext_s(ld, "", LDAP_SCOPE_BASE, "(objectclass=*)",
855 switch (ldap_rc) {
904 ldap_rc = ldap_search_ext_s(ld,
915 if (ldap_rc != LDAP_SUCCESS) {
977 int ldap_rc; local
987 ldap_rc = ldap_search_ext_s(ld,
999 switch (ldap_rc) {
1308 int ldap_rc, ldaperrno = 0; local
1419 ldap_rc
[all...]

Completed in 70 milliseconds