Home
last modified time | relevance | path

Searched refs:LDAP_REFERRAL (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c146 case LDAP_REFERRAL: in translate_ldap_error()
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Derror.c45 { LDAP_REFERRAL, 0 },
116 { LDAP_REFERRAL, "Referral received" },
H A Dresult.c915 origerr = LDAP_REFERRAL; /* a small lie... */
927 if ( origerr == LDAP_REFERRAL ) { /* ldapv3 */
954 || origerr == LDAP_REFERRAL )) {
967 ? LDAP_PARTIAL_RESULTS : LDAP_REFERRAL;
/titanic_41/usr/src/lib/libnisdb/
H A Dldap_op.c1531 if (stat == LDAP_REFERRAL && follow_referral) { in ldapSearch()
2176 stat == LDAP_REFERRAL && referralsp != NULL) { in ldapModifyObjectClass()
2266 stat == LDAP_REFERRAL && referralsp != NULL) { in ldapModify()
2337 stat == LDAP_REFERRAL && referralsp != NULL) { in ldapModify()
2569 if (proxyInfo.follow_referral == follow && stat == LDAP_REFERRAL && in ldapAdd()
2684 stat == LDAP_REFERRAL && referralsp != NULL) { in ldapChangeDN()
H A Dnis_parse_ldap_conf.c1129 if (rc != LDAP_SUCCESS || errCode != LDAP_REFERRAL) { in process_ldap_referral_msg()
1227 if (errnum == LDAP_REFERRAL) { in parse_ldap_config_dn_attrs()
/titanic_41/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c911 case LDAP_REFERRAL: in ldapssl_tls_start_s()
/titanic_41/usr/src/cmd/ldap/common/
H A Dldaptest.c1084 if (errCode == LDAP_REFERRAL){ in print_ldap_result()
/titanic_41/usr/src/head/
H A Dldap.h260 #define LDAP_REFERRAL 0x0a /* 10 - LDAPv3 */ macro
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_reads.c1962 if (errCode == LDAP_REFERRAL) { in proc_result_referrals()
2059 if (errCode == LDAP_REFERRAL) { in multi_result()
2129 if (errCode == LDAP_REFERRAL) { in multi_result()
H A Dns_writes.c900 if (Errno == LDAP_REFERRAL && followRef && !ref_list) { in write_state_machine()