tss commands for IBM RTC
search cancel

tss commands for IBM RTC

book

Article ID: 99056

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

In IBM Rational Team Concert Enterprise Extensions 6.0.0, for the ISPF daemon security configuration, a new FACILITY class profile was added: RLIST FACILITY BLZ.CONNECT.BLZAPPL ALL RDEFINE

In IBM Rational Team Concert Enterprise Extensions 6.0.0, for the ISPF daemon security configuration, a new FACILITY class profile was added: RLIST FACILITY BLZ.CONNECT.BLZAPPL ALL RDEFINE FACILITY BLZ.CONNECT.BLZAPPL UACC(NONE) - DATA('RATIONAL TEAM CONCERT') PERMIT BLZ.CONNECT.BLZAPPL CLASS(FACILITY) ACCESS(READ) ID(STCISPF)
This change also affects CA Top Secret and ACF2.
Refer to CA TSS or ACF2 documentation for a related interpretation of these RACF commands
Can you give the equivalent TSS commands ? 

Environment

z/os

Resolution

The FACILITY class in RACF is the equivalent of the IBMFAC resource class in TSS.
So the TSS equivalents of: RLIST FACILITY BLZ.CONNECT.BLZAPPL ALL RDEFINE FACILITY BLZ.CONNECT.BLZAPPL UACC(NONE) DATA('RATIONAL TEAM CONCERT') PERMIT BLZ.CONNECT.BLZAPPL CLASS(FACILITY) ACCESS(READ) ID(STCISPF) are:
TSS WHOHAS IBMFAC(BLZ.CONNECT.BLZAPPL) TSS ADD(dept) IBMFAC(BLZ.CONN)
if not already done (NOTE: The IBMFAC resource class only allows up to 8 characters on the TSS ADD command) TSS PER(STCISPF) IBMFAC(BLZ.CONNECT.BLZAPPL) ACCESS(READ)