mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-24 15:32:22 +08:00
update entryCSN (and operational attrs in general) when changing memberOf (ITS#6329)
This commit is contained in:
parent
f6d95ed91c
commit
716eaf0e8b
@ -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…
x
Reference in New Issue
Block a user