]> git.sur5r.net Git - openldap/commitdiff
ITS#6265
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 26 Aug 2009 01:07:40 +0000 (01:07 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 26 Aug 2009 01:07:40 +0000 (01:07 +0000)
CHANGES
servers/slapd/overlays/ppolicy.c

diff --git a/CHANGES b/CHANGES
index 7b30ac1521aa8b66da45b37a05fd26bfd7e571dc..3df0a31d63b26e4e7789895fc9e58505d251d956 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,7 @@ OpenLDAP 2.4.18 Engineering
        Fixed slapd-sql with baseObject query (ITS#6172)
        Fixed slapd-sql with empty attribute (ITS#6163)
        Fixed slapo-pcache multiple enhancements (ITS#6152,ITS#5178)
+       Fixed slapo-ppolicy updating operational attributes (ITS#6265)
        Fixed slapo-translucent attribute return (ITS#6254)
        Fixed slapo-translucent filter matching (ITS#6255)
        Fixed slapo-translucent to honor sizelimit (ITS#6253)
index 606d9fc54f0b4b979cdbe36346c859eb560af1d9..ba0527fba372cae4c1f58f7d9b1d157e1142fbd8 100644 (file)
@@ -1136,6 +1136,7 @@ locked:
                op2.o_tag = LDAP_REQ_MODIFY;
                op2.o_callback = &cb;
                op2.orm_modlist = mod;
+               op2.orm_no_opattrs = 0;
                op2.o_dn = op->o_bd->be_rootdn;
                op2.o_ndn = op->o_bd->be_rootndn;