]> git.sur5r.net Git - openldap/commitdiff
Use +oc not -oc
authorKurt Zeilenga <kurt@openldap.org>
Sun, 22 Sep 2002 18:28:14 +0000 (18:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 22 Sep 2002 18:28:14 +0000 (18:28 +0000)
tests/scripts/test000-rootdse

index be5c48e257f66229b0001222895443004587b46c..e61bc01eaf6a9e9c9313b6113dcfc173d5320bb7 100755 (executable)
@@ -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