mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-06-09 08:42:22 -04:00
Add mdb to test025-limits
This commit is contained in:
parent
09a6591f23
commit
07d2443ad0
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 17f8d0a23455a6da1279c15484907fd87009e3db
|
||||
Subproject commit e4ff4cdcd26f5c547ccb98caabc97edb43d3d09a
|
||||
|
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue