Skip to content
Snippets Groups Projects
Commit 8d46e3c8 authored by Howard Chu's avatar Howard Chu
Browse files

More cleanup

parent e915caf4
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ if test $RC != 0 ; then
exit $RC
fi
echo "Query 6: filter:(mail=*@example.com) cn sn title uid"
echo "Query 6: filter:(mail=*@mail.alumni.example.com) cn sn title uid"
$LDAPSEARCH -S "" -b "$BASEDN" -h $LOCALHOST -p $PORT2 \
'mail=*@mail.alumni.example.com' cn sn title uid >> $SLAVEOUT 2>&1
RC=$?
......
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