From: Howard Chu Date: Sat, 27 Aug 2011 00:19:54 +0000 (-0700) Subject: Add mdb to test025-limits X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07d2443ad055e485ddb4f4286072fabded5bbce3;p=thirdparty%2Fopenldap.git Add mdb to test025-limits --- diff --git a/servers/slapd/back-mdb/libmdb b/servers/slapd/back-mdb/libmdb index 17f8d0a234..e4ff4cdcd2 160000 --- a/servers/slapd/back-mdb/libmdb +++ b/servers/slapd/back-mdb/libmdb @@ -1 +1 @@ -Subproject commit 17f8d0a23455a6da1279c15484907fd87009e3db +Subproject commit e4ff4cdcd26f5c547ccb98caabc97edb43d3d09a diff --git a/tests/scripts/test025-limits b/tests/scripts/test025-limits index b872121db1..03adacf0ef 100755 --- a/tests/scripts/test025-limits +++ b/tests/scripts/test025-limits @@ -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 ;; *)