mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
ITS#2130 glued subordinates are not referrals, ignore ManageDSAit control
This commit is contained in:
parent
0eb7ca22f7
commit
bdf86d44a8
1 changed files with 2 additions and 1 deletions
|
|
@ -624,7 +624,8 @@ select_backend(
|
|||
if( be == NULL ) {
|
||||
be = &backends[i];
|
||||
|
||||
if( manageDSAit && len == dnlen ) {
|
||||
if( manageDSAit && len == dnlen &&
|
||||
!SLAP_GLUE_SUBORDINATE( be ) ) {
|
||||
continue;
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue