mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 21:50:49 -05:00
ITS#3036 check for syncrepl
This commit is contained in:
parent
1a314f3bca
commit
54fba01be2
1 changed files with 2 additions and 1 deletions
|
|
@ -110,7 +110,8 @@ int passwd_extop(
|
|||
|
||||
#ifndef SLAPD_MULTIMASTER
|
||||
/* This does not apply to multi-master case */
|
||||
if( op->o_bd->be_update_ndn.bv_len ) {
|
||||
if( op->o_bd->be_update_ndn.bv_len ||
|
||||
!LDAP_STAILQ_EMPTY( &op->o_bd->be_syncinfo )) {
|
||||
/* we SHOULD return a referral in this case */
|
||||
BerVarray defref = NULL;
|
||||
if ( !LDAP_STAILQ_EMPTY( &op->o_bd->be_syncinfo )) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue