Define the System User ID With CA-Top Secret

To define the server system user ID with eTrust CA-Top Secret:

  1. Issue the following commands:
    TSS CRE(iserver) TYPE(USER) NAME('server system ID')
    
    DEPT(dept) PASS(pass,0) SOURCE(INTRDR)

    where:

    iserver

    Is the name you wish to assign to the server system ID you are defining.

    dept

    Is the name of the department you created in step 2b.

    server system ID

    Is the label you want to associate with the new ID.

    pass

    Is the ID password.

    This password never expires.

    Note that the SOURCE(INTRDR) setting prevents this ACID from logging on.

  2. Define the required access for the server system ID by issuing the following command
    TSS ADD(iserver) UID(0) HOME(/) OMVSPGM(/bin/sh) GROUP(deptgrp) DFLTGRP(deptgrp)

    where:

    iserver

    Is the server system ID.

    deptgrp

    Is the name of the group you created in step 2b.

  3. You can choose to audit the server system ID. Each time the ACID is used, an audit record will be written to the eTrust CA-Top Secret audit tracking file. To set this option, issue the following command
    TSS ADD(iserver) AUDIT

    where:

    iserver

    Is the server system ID.