mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#2781 skip updateref check whem Multimaster is enabled
This commit is contained in:
parent
c65990d5a2
commit
8afb92aad9
1 changed files with 2 additions and 0 deletions
|
|
@ -314,6 +314,7 @@ int backend_startup(Backend *be)
|
|||
|
||||
/* open each backend database */
|
||||
for( i = 0; i < nBackendDB; i++ ) {
|
||||
#ifndef SLAPD_MULTIMASTER
|
||||
if ( backendDB[i].be_update_ndn.bv_val && (
|
||||
!backendDB[i].be_update_refs &&
|
||||
!default_referral ) ) {
|
||||
|
|
@ -329,6 +330,7 @@ int backend_startup(Backend *be)
|
|||
#endif
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* append global access controls */
|
||||
acl_append( &backendDB[i].be_acl, global_acl );
|
||||
|
|
|
|||
Loading…
Reference in a new issue