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

/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c146 case LDAP_REFERRAL:
/illumos-gate/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;
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_op.c1530 if (stat == LDAP_REFERRAL && follow_referral) {
2175 stat == LDAP_REFERRAL && referralsp != NULL) {
2264 stat == LDAP_REFERRAL && referralsp != NULL) {
2335 stat == LDAP_REFERRAL && referralsp != NULL) {
2567 if (proxyInfo.follow_referral == follow && stat == LDAP_REFERRAL &&
2682 stat == LDAP_REFERRAL && referralsp != NULL) {
H A Dnis_parse_ldap_conf.c1131 if (rc != LDAP_SUCCESS || errCode != LDAP_REFERRAL) {
1229 if (errnum == LDAP_REFERRAL) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c846 * LDAP_REFERRAL,
861 * eventually send back with an LDAP_REFERRAL result code.
911 case LDAP_REFERRAL:
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c1084 if (errCode == LDAP_REFERRAL){
/illumos-gate/usr/src/head/
H A Dldap.h260 #define LDAP_REFERRAL 0x0a /* 10 - LDAPv3 */ macro
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_reads.c1962 if (errCode == LDAP_REFERRAL) {
2059 if (errCode == LDAP_REFERRAL) {
2129 if (errCode == LDAP_REFERRAL) {
H A Dns_writes.c900 if (Errno == LDAP_REFERRAL && followRef && !ref_list) {

Completed in 133 milliseconds