From: Pierangelo Masarati Date: Tue, 22 Jun 2004 08:25:52 +0000 (+0000) Subject: fix indices and limits for backends oher than bdb X-Git-Tag: OPENDLAP_REL_ENG_2_2_MP~197 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8b961ebdf0a2bbfd20e76111190f8049d61e5a73;p=openldap fix indices and limits for backends oher than bdb --- diff --git a/tests/data/slapd-limits.conf b/tests/data/slapd-limits.conf index ff3cf79b5f..cf5894aabf 100644 --- a/tests/data/slapd-limits.conf +++ b/tests/data/slapd-limits.conf @@ -34,16 +34,25 @@ suffix "dc=example,dc=com" directory ./testrun/db.1.a rootdn "cn=Manager,dc=example,dc=com" rootpw secret +# Need quality indices on "uid" to check "unchecked" limits... #ldbm#index objectClass eq #ldbm#index uid eq #bdb#index objectClass eq #bdb#index uid eq +#hdb#index objectClass eq +#hdb#index uid eq +# Need extra limits for pagedResults on backends that support it... #bdb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=none #bdb#limits dn.exact="cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=4 #bdb#limits dn.exact="cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=disabled #bdb#limits dn.exact="cn=Paged Results Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=10 +#hdb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=none +#hdb#limits dn.exact="cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=4 +#hdb#limits dn.exact="cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=disabled +#hdb#limits dn.exact="cn=Paged Results Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=10 + limits dn.exact="cn=Unlimited User,ou=People,dc=example,dc=com" size=none time=none limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=none limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8