mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
update entryCSN (and operational attrs in general) when changing memberOf (ITS#6329)
This commit is contained in:
parent
f6d95ed91c
commit
716eaf0e8b
1 changed files with 1 additions and 0 deletions
|
|
@ -393,6 +393,7 @@ memberof_value_modify(
|
|||
ml->sml_flags = SLAP_MOD_INTERNAL;
|
||||
ml->sml_next = op2.orm_modlist;
|
||||
op2.orm_modlist = ml;
|
||||
op2.orm_no_opattrs = 0;
|
||||
|
||||
if ( new_ndn != NULL ) {
|
||||
assert( !BER_BVISNULL( new_dn ) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue