Skip to content
Snippets Groups Projects
Commit 05b93359 authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

More for ITS#5265

parent ddc066ee
No related branches found
No related tags found
No related merge requests found
......@@ -496,6 +496,8 @@ case $RC in
;;
esac
case $BACKEND in bdb | hdb)
echo "Testing higher than unchecked limit requested for unchecked limited ID..."
$LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret \
-D 'cn=Unchecked Limited User,ou=People,dc=example,dc=com' \
......@@ -547,6 +549,9 @@ case $RC in
exit $RC
;;
esac
;;
*) echo "Skipping test for unchecked limit with $BACKEND backend." ;;
esac
echo "Testing no limits requested for limited regex..."
$LDAPRSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT1 -w secret \
......
......@@ -16,6 +16,11 @@
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test $BACKEND = "ldif" ; then
echo "LDIF backend does not support manageDIT control, test skipped"
exit 0
fi
mkdir -p $TESTDIR $DBDIR1
echo "Running slapadd to build slapd database..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment