asking for command "date", then the service will run /bin/date with no default args and no default environment variables. +Here is an example that shows configuring two commands: + + SOAPSHELL_AUTHORIZED_COMMANDS = date,/bin/date,,,ps,/bin/ps,-elf, + +The above says there are two authorized commands, "date" as before and "ps". If ps is requested, the service will run /bin/ps with -elf command-line args, and no default environment variables. + The syntax for arguments and environment variables is just like it would appear in a Condor submit file.