]> git.sur5r.net Git - openldap/commitdiff
update entryCSN (and operational attrs in general) when changing memberOf (ITS#6329)
authorPierangelo Masarati <ando@openldap.org>
Wed, 14 Oct 2009 20:35:42 +0000 (20:35 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 14 Oct 2009 20:35:42 +0000 (20:35 +0000)
servers/slapd/overlays/memberof.c

index 574e102b1d4b14b22a0c804f59459e788ba0813f..3388b9dd312acd070fb3d21f36c683d53bfad6ff 100644 (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 ) );