From f937dd1673b5fcda9dc78f8e75d5204a30d87d9c Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 22 Sep 2002 18:28:14 +0000 Subject: [PATCH] Use +oc not -oc --- tests/scripts/test000-rootdse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test000-rootdse b/tests/scripts/test000-rootdse index be5c48e257..e61bc01eaf 100755 --- a/tests/scripts/test000-rootdse +++ b/tests/scripts/test000-rootdse @@ -50,7 +50,7 @@ done if test $RC = 0 -a $MONITORDB = yes ; then echo "Using ldapsearch to retrieve the cn=Monitor..." - $LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT -- '-extensibleObject' >> $SEARCHOUT 2>&1 + $LDAPSEARCH -b "cn=Monitor" -s base -h $LOCALHOST -p $PORT '+extensibleObject' >> $SEARCHOUT 2>&1 RC=$? fi -- 2.39.5