Skip to content
Snippets Groups Projects
Commit 7091853d authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

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

parent 9ccf63f3
Branches
Tags
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment