ITS#2176: Change password on slave when multimaster is enabled (do not use multimaster)

This commit is contained in:
Pierangelo Masarati 2002-11-22 00:56:20 +00:00
parent 9ccf63f327
commit 7091853dfc

View file

@ -69,11 +69,14 @@ int passwd_extop(
rc = LDAP_OTHER;
#endif
#ifndef SLAPD_MULTIMASTER
/* This does not apply to multi-master case */
} else if( be->be_update_ndn.bv_len ) {
/* we SHOULD return a referral in this case */
*refs = referral_rewrite( be->be_update_refs,
NULL, NULL, LDAP_SCOPE_DEFAULT );
rc = LDAP_REFERRAL;
#endif /* !SLAPD_MULTIMASTER */
} else {
rc = be->be_extended(