]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Add mdb stuff
authorHoward Chu <hyc@openldap.org>
Fri, 26 Aug 2011 21:32:40 +0000 (14:32 -0700)
committerHoward Chu <hyc@openldap.org>
Fri, 26 Aug 2011 21:32:40 +0000 (14:32 -0700)
tests/data/slapd-limits.conf

index 01d1857c19c3bc578507aed71bb5876f1e6e7229..05105f95b5bb747fe82e02812372a94ee802edd1 100644 (file)
@@ -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