update entryCSN (and operational attrs in general) when changing memberOf (ITS#6329)

This commit is contained in:
Pierangelo Masarati 2009-10-14 20:35:42 +00:00
parent f6d95ed91c
commit 716eaf0e8b

View File

@ -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 ) );