Define the System User ID With CA-Top Secret
To define the server system user ID with eTrust CA-Top Secret:
- Issue the following commands:
TSS CRE(iserver) TYPE(USER) NAME('server system ID') DEPT(dept) PASS(pass,0) SOURCE(INTRDR)
where:
iserverIs the name you wish to assign to the server system ID you are defining.
deptIs the name of the department you created in step 2b.
server system IDIs the label you want to associate with the new ID.
passIs the ID password.
This password never expires.
Note that the SOURCE(INTRDR) setting prevents this ACID from logging on.
- 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:
iserverIs the server system ID.
deptgrpIs the name of the group you created in step 2b.
- 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) AUDITwhere:
iserverIs the server system ID.