]> git.sur5r.net Git - openldap/commitdiff
ITS#6265 must set orm_no_opattrs
authorHoward Chu <hyc@openldap.org>
Thu, 20 Aug 2009 00:32:28 +0000 (00:32 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 20 Aug 2009 00:32:28 +0000 (00:32 +0000)
servers/slapd/overlays/ppolicy.c

index 2082b6e77a465afbbae4faa902d122cf997c8eb2..86d80e67565ca230fc56cc37ed0bf451e9c131e7 100644 (file)
@@ -1140,6 +1140,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;