[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Problem setting size limits on subordinate databases
- To: openldap-software@OpenLDAP.org
- Subject: Problem setting size limits on subordinate databases
- From: Tanel Kuusk <tanel@sk.ee>
- Date: Fri, 24 Jan 2003 11:22:09 +0200
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130
Hi,
I have problems setting size limits when using subordinate
databases.
My slapd.conf includes the following:
...
sizelimit 2
...
database ldbm
suffix dc=test,dc=foo,dc=bar
subordinate
...
database ldbm
suffix dc=foo,dc=bar
...
Now when I do a ldapsearch -x -b dc=foo,dc=bar filter
I get 3 to 6 results depending on the filter and no error
messages at all.
If I put all my records in one database file, everything
is fine, I get 2 entries and then a Sizelimit exceeded message.
Tested this with Openldap 2.1.9 and 20030107-stable on Linux and
Solaris.
What am I doing wrong?
Thanks,
Tanel.