]> git.sur5r.net Git - openldap/commit
ITS#7702 fix results with aliases
authorHoward Chu <hyc@openldap.org>
Tue, 26 Aug 2014 19:07:40 +0000 (20:07 +0100)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 27 Aug 2014 16:37:42 +0000 (11:37 -0500)
commitce7cb526b233e9dede02041fa7a9ba7a52bd5dc6
tree540ec8904c8acfccc313a7364b338b4cef4cf15b
parent5791f9e938cad776c319e96ff7834a150cfa6961
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.
servers/slapd/back-mdb/dn2id.c
servers/slapd/back-mdb/proto-mdb.h
servers/slapd/back-mdb/search.c
servers/slapd/back-mdb/tools.c