mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
ITS#4310 seems to affect also back-ldbm
This commit is contained in:
parent
e484ebf9c8
commit
a17df0e810
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ ldbm_back_referrals(
|
|||
|
||||
cache_return_entry_r( &li->li_cache, matched );
|
||||
|
||||
} else if ( default_referral != NULL ) {
|
||||
} else if ( !be_issuffix( op->o_bd, &op->o_req_ndn ) && default_referral != NULL ) {
|
||||
rc = rs->sr_err = LDAP_OTHER;
|
||||
rs->sr_ref = referral_rewrite( default_referral,
|
||||
NULL, &op->o_req_dn, LDAP_SCOPE_DEFAULT );
|
||||
|
|
|
|||
Loading…
Reference in a new issue