]> git.sur5r.net Git - openldap/commitdiff
s/person/pilotPerson
authorKurt Zeilenga <kurt@openldap.org>
Sat, 9 Feb 2002 23:12:30 +0000 (23:12 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 9 Feb 2002 23:12:30 +0000 (23:12 +0000)
tests/scripts/test009-referral

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