Previous Topic: Automatic Terminal SignonNext Topic: OTRAN Security


Administering Task Security

CA Top Secret gives you two options for protecting CA IDMS tasks. You can protect them on the resource level as owned resources through the resource name OTRAN (Owned TRANsaction) or on a user-by-facility basis through the use of the Limited Command Facility (LCF).

To protect tasks, an appropriate entry must be made in the #SRTT to cause CA IDMS to drive external security. You have three options for implementing task security by coding either EXTCLS='LCF', EXTCLS='LCFONLY', or EXTCLS='OTRAN' in the #SRTT entry for RESTYPE=CLASS. An example of the CA-IDMS macros used to protect tasks appears below.

#SECRTT TYPE=ENTRY,
RESTYPE=TASK,
SECBY=EXTERNAL,
EXTCLS='LCF',
EXTNAME=(RESNAME)

For the value EXTCLS='LCF', CA Top Secret tests task security as follows:

Note: CA Top Secret automatically checks for OTRAN and LCF permissions for EXTCLS='LCF'.

For an explanation of the LCF, OTRAN, and LCFONLY values, see the User Guide.