Skip to content
Snippets Groups Projects
Commit e661f2f2 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

s/person/pilotPerson

parent 7879b177
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment