]> git.sur5r.net Git - openldap/commitdiff
Search for pilotPerson instead of person to test objectClass handling
authorKurt Zeilenga <kurt@openldap.org>
Sat, 9 Feb 2002 23:04:18 +0000 (23:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 9 Feb 2002 23:04:18 +0000 (23:04 +0000)
tests/scripts/test003-search

index 9ecd57a071f2067969b8214a81357f9a8f532a0e..fb00dc47975de881fb0f28156aba7daa918a3b48 100755 (executable)
@@ -95,7 +95,7 @@ fi
 
 echo "Testing NOT searching..."
 $LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT \
-       '(!(objectclass=person))' >> $SEARCHOUT 2>&1
+       '(!(objectclass=pilotPerson))' >> $SEARCHOUT 2>&1
 if test $RC != 0 ; then
        echo "ldapsearch failed ($RC)!"
        kill -HUP $PID