Search for pilotPerson instead of person to test objectClass handling

This commit is contained in:
Kurt Zeilenga 2002-02-09 23:04:18 +00:00
parent 53a0980348
commit d3809580c7

View File

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