Convert RACF Commands for IBM Omegamon XE Enhanced 3270 User Interface (E3270UI) To The Top Secret Equivalents
search cancel

Convert RACF Commands for IBM Omegamon XE Enhanced 3270 User Interface (E3270UI) To The Top Secret Equivalents

book

Article ID: 130747

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

Need the following RACF commands converted to the equivalent Top Secret commands to define the resource class for IBM Omegamon XE Enhanced 3270 User interface (E3270UI):

RDEFINE $KOBSEC KOB.LOGON.** UACC(NONE) 
SETROPTS RACLIST($KOBSEC) REFRESH 

Environment

Release:
Component: TSSMVS

Resolution

RACF:

RDEFINE $KOBSEC KOB.LOGON.** UACC(NONE) 
SETROPTS RACLIST($KOBSEC) REFRESH 

TSS equivalent:

TSS ADD(RDT) RESCLASS($KOBSEC) RESCODE(102) DEFACC(READ) ATTR(DEFPROT) ACLST(READ=4000,ALL=FFFF,NONE=0000) 


To define to Top Secret as a protected resource and PERMIT users:

TSS ADD(dept) $KOBSEC(KOB.) 
TSS PER(acid) $KOBSEC(KOB.LOGON) ACC(READ)

where
'dept' is the department ACID to own the resource
'acid' is the user's ACID, an attached profile, or the ALL record if all users should have access