]> git.sur5r.net Git - openldap/blobdiff - tests/scripts/test000-rootdse
Allow an object class to be provided in an attribute description list,
[openldap] / tests / scripts / test000-rootdse
index 54d075e7322dc7f5a1a4eb981db6188c47bc8985..a69fa8092dd3e38763819eed12f7ccd4f8d57720 100755 (executable)
@@ -35,7 +35,7 @@ fi
 
 echo "Using ldapsearch to retrieve all the entries..."
 for i in 0 1 2 3 4 5; do
-       $LDAPSEARCH -b "" -s base -h localhost:$PORT '+' > $SEARCHOUT 2>&1
+       $LDAPSEARCH -b "" -s base -h localhost:$PORT 'extensibleObject' > $SEARCHOUT 2>&1
        RC=$?
        if test $RC = 1 ; then
                echo "Waiting 5 seconds for slapd to start..."