s/person/pilotPerson

This commit is contained in:
Kurt Zeilenga 2002-02-09 23:12:30 +00:00
parent 7879b177c4
commit e661f2f289

View File

@ -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