mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#2176: Change password on slave when multimaster is enabled (do not use multimaster)
This commit is contained in:
parent
9ccf63f327
commit
7091853dfc
1 changed files with 3 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue