Previous Topic: Attach Security Profiles to UsersNext Topic: How to Set Up SCS Address Space Security


Set Up Started Task Security

If you plan to run the CA CSM application server (MSMTC) as a started task under CA Top Secret for z/OS, accomplish relevant configuration settings.

Follow these steps:

  1. Define a facility for the started task:
    TSS MODIFY FACILITY(USERxx=NAME=MSM)
    TSS MODIFY FACILITY(MSM=MULTIUSER,SIGN(M))
    

    The facility is used to control who can log in to the server.

    Note: For more information, see the CA Top Secret for z/OS Control Options Guide.

  2. Create an ACID (user ID) to control the server.

    Note: For more information, see the CA Top Secret for z/OS Command Functions Guide.

  3. Define the server region to the STC table.

    The STC entry contains the server procedure name and ACID.

    Note: For more information, see the CA Top Secret for z/OS Command Functions Guide.

  4. Add the facility that you defined in Step 1 to the server ACID, using the MASTFAC keyword.

    Note: For more information, see the CA Top Secret for z/OS Command Functions Guide.

  5. Add the facility that you defined in Step 1 to each user who requires logon to the server, using the FACILITY keyword.

    Note: For more information, see the CA Top Secret for z/OS Command Functions Guide.