[Date Prev][Date Next] [Chronological] [Thread] [Top]

Sizelimit processing errors w/ subordinate databases (ITS#2299)



Full_Name: Tanel Kuusk
Version: 2.1.x
OS: Linux, Solaris
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (194.106.96.6)


The sizelimit parameter is not interpreted correctly when using subordinate LDBM

databases. It seems that the response contains maximum of (sizelimit * no. of 
databases) results. Furthermore, no "Sizelimit exceeded" error message is
returned to 
the client.

To reproduce this behaviour you should have something like this in the
slapd.conf:

sizelimit 3

database ldbm
suffix dc=test,dc=org,dc=com
subordinate
directory /some/path1

database ldbm
suffix dc=org,dc=com
directory /some/path2