Template: glexec/logging/destination Type: select __Choices: syslog, file Default: syslog _Description: Log destination: gLExec can log messages to the syslog service, or to a separate log file. Template: glexec/logging/logfile Type: string Default: /var/log/glexec/glexec_log _Description: Log file for gLExec: Normally gLExec is set up to log to syslog, but it has the capability to log to file instead. The absolute path of the log file to use must be given. Template: glexec/logging/lcmapslogfile Type: string Default: /var/log/glexec/lcas_lcmaps.log _Description: Log file for LCAS/LCMAPS: If gLExec is set up to log to file instead of syslog, this is the absolute path of the log file to receive messages from the LCAS/LCMAPS framework. This is an other file than the gLExec log file. Template: glexec/logging/level Type: select Choices: 0, 1, 2, 3, 4, 5 Default: 3 _Description: Log level: The level of importance that a message must have in order to be logged. Setting this to a lower level reduces the amount of logging by printing only the more important messages; setting it to 5 means maximum verbosity. Template: glexec/whitelist Type: string Default: _Description: White list: The comma-separated list of user identities and pool account designators that are allowed to run gLExec, in addition to everyone in the glexec group. Template: glexec/argus/actionid Type: string Default: http://glite.org/xacml/action/execute _Description: ARGUS PEP Action ID: The action ID to request through a callout to the ARGUS framework. This is normally the default from the interoperability profile, but local setups may require another value. Template: glexec/argus/resourceid Type: string Default: http://authz-interop.org/xacml/resource/resource-type/wn _Description: ARGUS PEP Resource ID: The resource ID to request through a callout to the ARGUS framework. This is normally the default from the interoperability profile, but local setups may require another value. Template: glexec/framework Type: select #flag:translate:3 __Choices: SCAS, ARGUS, Local Default: Local _Description: Authorisation framework for gLExec: If you need to setup gLExec on multiple systems on the same network, it makes sense to centralise the authorisation system. There are two such frameworks available, SCAS and ARGUS; it is also possible to configure everything locally. Template: glexec/scas/endpoints Type: string Default: _Description: SCAS endpoints: The SCAS endpoint(s) to contact for authorisation decisions. Typically these are of the form "https://scas.example.com:8443". Multiple endpoints may be given, separated by whitespace. Template: glexec/argus/endpoints Type: string Default: _Description: ARGUS endpoints: The ARGUS endpoint(s) to contact for authorisation decisions. Usually of the form "http://argus.example.com:8154/authz"; multiple endpoints may be given separated by white space.