From: Howard Chu Date: Fri, 26 Aug 2011 21:32:40 +0000 (-0700) Subject: Add mdb stuff X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dbac9ef0cbda6205b29a99769e2d50ba8679a0b;p=thirdparty%2Fopenldap.git Add mdb stuff --- diff --git a/tests/data/slapd-limits.conf b/tests/data/slapd-limits.conf index 01d1857c19..05105f95b5 100644 --- a/tests/data/slapd-limits.conf +++ b/tests/data/slapd-limits.conf @@ -42,6 +42,8 @@ rootpw secret #bdb#index uid eq #hdb#index objectClass eq #hdb#index uid eq +#mdb#index objectClass eq +#mdb#index uid eq #ndb#dbname db_1 #ndb#include @DATADIR@/ndb.conf @@ -56,6 +58,11 @@ rootpw secret #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 +#mdb#limits dn.exact="cn=Unlimited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=unlimited +#mdb#limits dn.exact="cn=Page Size Limited User,ou=Paged Results Users,dc=example,dc=com" size=4 size.pr=4 +#mdb#limits dn.exact="cn=Paged Results Disabled User,ou=Paged Results Users,dc=example,dc=com" size=4 size.prtotal=disabled +#mdb#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=unlimited time=unlimited limits dn.exact="cn=Soft Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=unlimited limits dn.exact="cn=Hard Limited User,ou=People,dc=example,dc=com" size.soft=4 size.hard=8