]> git.sur5r.net Git - openldap/commit
ITS#8184 avoid redundant mod ops
authorHoward Chu <hyc@openldap.org>
Thu, 9 Jul 2015 18:11:22 +0000 (19:11 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Jul 2015 15:47:11 +0000 (10:47 -0500)
commit0a8ca063ecbd448ad1411402caa21c24341cf2ff
tree602b0ad199484515cfd69169a4b5ca225d07bfb0
parent40dc951c29c55b3283a517c6217b66f8415484b1
ITS#8184 avoid redundant mod ops

If multiple ppolicy overlays are present on a glued tree, they all
attempt to update the policy operational attributes in response to
password-related activities. The redundant mod ops will cause the
entire op to fail. Check for these ops before inserting new ones.
servers/slapd/overlays/ppolicy.c