]> 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)
committerHoward Chu <hyc@openldap.org>
Fri, 10 Jul 2015 13:04:29 +0000 (14:04 +0100)
commit624c1fac8b5775fd919e308ca93c7b41b08087cc
treedfb08e39bca0e82dd86cb71d960163c512292182
parenteb25ece4695036beb826da9cd231b22b0410e2a4
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