From: Howard Chu Date: Tue, 24 May 2011 18:06:56 +0000 (-0700) Subject: Revert "update entryCSN (and operational attrs in general) when changing memberOf... X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~1378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53b4baec8b1b1a71f34cca1b4fd091a16d55c44d;p=thirdparty%2Fopenldap.git Revert "update entryCSN (and operational attrs in general) when changing memberOf (ITS#6329)" This reverts commit 716eaf0e8b3554d8a1629970cab5490c9ffab97c. --- diff --git a/servers/slapd/overlays/memberof.c b/servers/slapd/overlays/memberof.c index 3f96b25c9f..7697a08523 100644 --- a/servers/slapd/overlays/memberof.c +++ b/servers/slapd/overlays/memberof.c @@ -387,7 +387,6 @@ 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 ) { BackendInfo *bi = op2.o_bd->bd_info;