From: Kurt Zeilenga Date: Sun, 22 Sep 2002 18:28:14 +0000 (+0000) Subject: Use +oc not -oc X-Git-Tag: OPENLDAP_REL_ENG_2_1_6~50 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f937dd1673b5fcda9dc78f8e75d5204a30d87d9c;p=openldap Use +oc not -oc --- 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