Assigning a User ID for the Started Task
The table contains examples of how to associate the started task with a valid user ID.
It contains a sample RACF and CA-TOP SECRET commands.
Type of Security | Example Commands and Parameters |
---|---|
RACF | In the example, BISCTL is the name of the BMC IMS Software Server (BISS) started task, userid is a valid user ID, and group is a valid started task group. SETROPTS GENERIC(STARTED) RDEFINE STARTED BISCTL.* STDATA(USER(userid) GROUP(group)) SETROPTS CLASSACT(STARTED) SETROPTS RACLIST(STARTED) REFRESH |
CA-TOP SECRET | The following sample eTrust CA-TOP SECRET commands show how to create a user ID to run as a started task and how to associate the started task with the user ID. TSS CREATE( userid ) NAME( 'BMC Server Userid' ) FAC( STC ) TYPE( USER ) PASS( NOPW ) DEPT( dept_name ) TSS ADDTO( STC ) PROC( BISCTL ) ACID( userid ) |