Convert RACF Commands ADDGROUP and CONNECT to TSS command.
book
Article ID: 94810
calendar_today
Updated On:
Products
Top SecretTop Secret - LDAP
Issue/Introduction
Convert RACF Commands ADDGROUP and CONNECT to TSS command.
We are enabling TLS on our zVM 6.4 system running Top Secret.
hat would be the equivalent of the following RACF commands in Top Secret:
Define the RACF user group: RAC ADDGROUP SECURITY RAC ALTGROUP SECURITY OVM(GID(7))
Then, for each pool server, issue the commands that follow (here, the default pool user ID prefix of SSL is assumed): RAC CONNECT SSLnnnnn GROUP(SECURITY) RAC ALTUSER SSLnnnnn OVM(UID(7))
For example: RAC CONNECT SSL00001 GROUP(SECURITY) RAC ALTUSER SSL00001 OVM(UID(7))
In TSS a PROFILE is equivalent to a GROUP in RACF. A GROUP is TSS is something totally different in TSS. GROUPS are used to attach GIDs. Then you attach the GROUP acid to a user to associate the GID. The RACF command above assumes that a PROFILE called SECURITY already exists.