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 cac00c6a97bbbbcec75f2ebcffaae1dd1769a28e (commit) from e5f5a4ab5f1f992e2c113e904c65314a0f096ec5 (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 cac00c6a97bbbbcec75f2ebcffaae1dd1769a28e Author: Howard Chu hyc@openldap.org Date: Tue Aug 26 20:07:40 2014 +0100
ITS#7702 fix results with aliases
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/dn2id.c | 8 +++++++- servers/slapd/back-mdb/proto-mdb.h | 3 ++- servers/slapd/back-mdb/search.c | 17 ++++++++++------- servers/slapd/back-mdb/tools.c | 2 +- 4 files changed, 20 insertions(+), 10 deletions(-)