Add mdb to test025-limits

This commit is contained in:
Howard Chu 2011-08-26 17:19:54 -07:00
parent 09a6591f23
commit 07d2443ad0
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 17f8d0a23455a6da1279c15484907fd87009e3db
Subproject commit e4ff4cdcd26f5c547ccb98caabc97edb43d3d09a

View file

@ -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
;;
*)