next up previous contents
Next: Restricted command lines Up: Server configurations Previous: Default options   Contents

Security options

All the options mentioned in this section are under the '$[$SECURITY$]$' heading.

Here are the specific server's security configurations:

allowExecution 1 - allow accepting command line execution requests from outside
  0 - disallow any command line execution activity.
   
restrictedExecution This option is only effective if allowExecution is on.
  1 - applies restricted execution on command line requests
  0 - No restriction on any command line
  If this is on, at least one valid rcmd_xxxx option must
  be defined.
   
$[$rcmdl_xxxx$]$ Must define this option when restrictedExecution is on.
  Define restricted command line. This option can accept
  either a complete command or a command in regular expression.
  xxxx can be any alphanumeric characters.
   
allowFileSend 1 - allows accepting incoming requests to put files onto the server
  0 - disallows any sending file request
   
allowFileReceive 1 - allows accepting remote requests to retrieve files
  0 - disallows any retrieve file request
   
serviceTimeLimit 1 - Sets the actimd server to accept requests within a certain time
  0 - Accepts requests at any time.
  when this option is on, both startTime and endTime options
  are needed to be defined
   
$[$startTime$]$ Must define this option when serviceTimeLimit is on.
  Time that starts accepting any requests
  Must be in HH:MM:SS format
   
$[$endTime$]$ Must define this option when serviceTimeLimit is on.
  Time that stops accepting any requests
  Must be in HH:MM:SS format


next up previous contents
Next: Restricted command lines Up: Server configurations Previous: Default options   Contents
Joseph Kuan 2001-10-16