LSF Version 7.3 - Platform LSF Configuration Reference
lsf.sudoers on Windows
Location
The lsf.sudoers file is shared over an NTFS network, not duplicated on every Windows
host.
By default, LSF installs lsf.sudoers in the %SYSTEMROOT% directory.
The location of lsf.sudoers on Windows must be specified by LSF_SECUREDIR in
lsf.conf. You must configure the LSF_SECUREDIR parameter in lsf.conf if using
lsf.sudoers on Windows.
Permissions
Restriction:
The owner of lsf.sudoers on Windows be Administrators. If
not, eauth may not work.
The permissions on lsf.sudoers for Windows are:
Workgroup Environment
•
Local Admins (W)
•
Everyone (R)
Domain Environment
•
Domain Admins (W)
•
Everyone (R)
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"
lsf.sudoers
Platform LSF Configuration Reference 535