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

Search for pilotPerson instead of person to test objectClass handling

parent 53a09803
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment