Platform LSF Reference Version 6.2

lsf.sudoers
Platform LSF Reference
611
File Format
The format of lsf.sudoers is very similar to that of lsf.conf.
Each entry can have one of the following forms:
NAME=VALUE
NAME=
NAME= "STRING1 STRING2 ..."
The equal sign = must follow each NAME even if no value follows and there should be
no space beside the equal sign.
NAME describes an authorized operation.
VALUE is a single string or multiple strings separated by spaces and enclosed in quotation
marks.
Lines starting with a pound sign (#) are comments and are ignored. Do not use
#if as
this is reserved syntax for time-based configuration.
Example lsf.sudoers File
LSB_PRE_POST_EXEC_USER=user100
LSF_STARTUP_PATH=/usr/share/lsf/etc
LSF_STARTUP_USERS="user1 user10 user55"