mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#2130 glued subordinates are not referrals, ignore ManageDSAit control
This commit is contained in:
parent
0eb7ca22f7
commit
bdf86d44a8
@ -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 New Issue
Block a user