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

/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_err.c143 case LDAP_REFERRAL:
/osnet-11/usr/src/lib/libldap4/common/
H A Derror.c45 LDAP_REFERRAL, 0,
110 LDAP_REFERRAL, "Referral received",
H A Dresult.c573 } else if (lderr == LDAP_REFERRAL ){
625 theErrCode = LDAP_REFERRAL;
675 lr->lr_res_errno = (lderr == LDAP_PARTIAL_RESULTS || lderr == LDAP_REFERRAL) ? LDAP_SUCCESS : lderr;
855 if (lr->lr_res_errno == LDAP_REFERRAL &&
1282 if (along == LDAP_REFERRAL){
1461 } else if (along == LDAP_REFERRAL) {
1564 if (along == LDAP_REFERRAL) {
/osnet-11/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;
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c1531 if (stat == LDAP_REFERRAL && follow_referral) {
2190 stat == LDAP_REFERRAL && referralsp != NULL) {
2280 stat == LDAP_REFERRAL && referralsp != NULL) {
2351 stat == LDAP_REFERRAL && referralsp != NULL) {
2583 if (proxyInfo.follow_referral == follow && stat == LDAP_REFERRAL &&
2698 stat == LDAP_REFERRAL && referralsp != NULL) {
H A Dnis_parse_ldap_conf.c856 if (rc != LDAP_SUCCESS || errCode != LDAP_REFERRAL) {
954 if (errnum == LDAP_REFERRAL) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c885 * LDAP_REFERRAL,
900 * eventually send back with an LDAP_REFERRAL result code.
950 case LDAP_REFERRAL:
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h681 #define LDAP_REFERRAL 0x0a macro
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c1084 if (errCode == LDAP_REFERRAL){
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c2584 if (errCode == LDAP_REFERRAL) {
2670 if (errCode == LDAP_REFERRAL && cookie->followRef) {
2739 if (errCode == LDAP_REFERRAL && cookie->followRef) {
3436 if (rc != LDAP_SUCCESS && rc != LDAP_REFERRAL) {
H A Dns_writes.c895 rc == LDAP_REFERRAL ||
971 if (Errno == LDAP_REFERRAL && followRef &&
/osnet-11/usr/src/head/
H A Dldap.h258 #define LDAP_REFERRAL 0x0a /* 10 - LDAPv3 */ macro

Completed in 80 milliseconds