]> git.sur5r.net Git - openldap/commitdiff
ITS#6329
authorQuanah Gibson-Mount <quanah@openldap.org>
Fri, 30 Oct 2009 19:15:46 +0000 (19:15 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 30 Oct 2009 19:15:46 +0000 (19:15 +0000)
CHANGES
servers/slapd/overlays/memberof.c

diff --git a/CHANGES b/CHANGES
index 061abbe3c10b40d4688358603dcf7c88277c0f29..2f9cbe3ed82e1df43c119849ce9857769d85eb1c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ OpenLDAP 2.4.20 Engineering
        Fixed libldap uninitialized return value (ITS#6355)
        Fixed slapd debug handling of LDAP_DEBUG_ANY (ITS#6324)
        Fixed slapd-ldap leak (ITS#6326)
+       Fixed slapo-memberof operational attr updates (ITS#6329)
        Documentation
                ldap_get_dn(3) typos (ITS#5366)
 
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 ) );