Previous Topic: How to Configure CA ACF2 for CAPNext Topic: Set a Security Control Checkpoint for CAP


How to Configure RACF for CAP

For the CA, Inc. Event Notification Facility (CAIENF) to spawn the SPAWNPROC defined to the C1DEFLTS table, the task must be defined to your security software package with a corresponding default user ID. Using these definitions, CAIENF will start the spawned task. The task will start under the security context of the default user ID, but then switch security context to that of the user submitting the CA Endevor SCM job.

Important: In the following description ENDEVOR is used as both the SPAWNPROC started task name and its corresponding user ID. If your site already has user ID ENDEVOR defined as the alternate user ID, do not use ENDEVOR for your task name or task user ID. Instead, select a different value. The alternate ID (ALTID) is defined in the C1DEFLTS table as RACFUID=ENDEVOR.

To customize IBM RACF to allow the Concurrent Action Processing started task to initialize correctly, complete the following steps:

  1. Define a started task to RACF, using either of the following methods:

    Note: For more information, see the IBM RACF Security Administrator Guide.

  2. Assign a RACF user ID to the started task xxxxxxxx and assign the user ID to a RACF group authorized to initiate started procedures. To define a RACF user ID for xxxxxxxx, use the ADDUSER command and associate it with your existing started task RACF group, as follows:
    ADDUSER user_name DFLTGRP(default_group) OWNER(default_group) NOPASSWORD 
    
    user_name

    Specifies the name of the new RACF user ID. This name should be the same as the name of the started task member in your PROCLIB that CAP uses.

    default_group

    Specifies the default group that contains all system started tasks; for example, STCGROUP.

    Note: This command is only an example. For more information about using the ADDUSER command, see your RACF administrator.

    Note: If you do not know the name of the default group, see your RACF administrator. For detailed information to implement the RACF STARTED class or to modify the started task table (ICHRIN03), see the IBM RACF Security Administrator Guide.