A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 624c1fac8b5775fd919e308ca93c7b41b08087cc (commit) from eb25ece4695036beb826da9cd231b22b0410e2a4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 624c1fac8b5775fd919e308ca93c7b41b08087cc Author: Howard Chu hyc@openldap.org Date: Thu Jul 9 19:11:22 2015 +0100
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.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/overlays/ppolicy.c | 89 ++++++++++++++++++++++++-------------- 1 file changed, 56 insertions(+), 33 deletions(-)