]> git.sur5r.net Git - openldap/commitdiff
Add mdb to test025-limits
authorHoward Chu <hyc@openldap.org>
Sat, 27 Aug 2011 00:19:54 +0000 (17:19 -0700)
committerHoward Chu <hyc@openldap.org>
Sat, 27 Aug 2011 00:19:54 +0000 (17:19 -0700)
servers/slapd/back-mdb/libmdb
tests/scripts/test025-limits

index 17f8d0a23455a6da1279c15484907fd87009e3db..e4ff4cdcd26f5c547ccb98caabc97edb43d3d09a 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 17f8d0a23455a6da1279c15484907fd87009e3db
+Subproject commit e4ff4cdcd26f5c547ccb98caabc97edb43d3d09a
index b872121db1d992b68f97d8447bb9ea8a4d63e93c..03adacf0effc6f838898cdfa5a4518e52e653c22 100755 (executable)
@@ -501,7 +501,7 @@ case $RC in
        ;;
 esac
 
-case $BACKEND in bdb | hdb)
+case $BACKEND in bdb | hdb | mdb)
 
 echo "Testing higher than unchecked limit requested for unchecked limited ID..."
 $LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret \
@@ -750,7 +750,7 @@ case $RC in
 esac
 
 case $BACKEND in
-       bdb | hdb)
+       bdb | hdb | mdb)
                # only bdb|hdb currently supports pagedResults control
                ;;
        *)