mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 01:59:38 -05:00
ITS#6915 Don't replicate internal operations
This commit is contained in:
parent
53b4baec8b
commit
78e1dd9b2f
1 changed files with 4 additions and 0 deletions
|
|
@ -357,6 +357,10 @@ memberof_value_modify(
|
|||
op2.o_ndn = op->o_bd->be_rootndn;
|
||||
op2.orm_modlist = NULL;
|
||||
|
||||
/* Internal ops, never replicate these */
|
||||
op2.orm_no_opattrs = 1;
|
||||
op2.o_dont_replicate = 1;
|
||||
|
||||
if ( !BER_BVISNULL( &mo->mo_ndn ) ) {
|
||||
ml = &mod[ mcnt ];
|
||||
ml->sml_numvals = 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue