Need RACF Sample Web Viewer 14.0 Security Requirements
Release : 14.0
Component : CA Output Management Web Viewer
IBM RACF
Here are the sample RACF commands for Web Viewer 14.0:
RDEFINE FACILITY BPX.SERVER UACC(NONE)
PERMIT BPX.SERVER CLASS(FACILITY) ID(ADD SERVER UID HERE) ACCESS(READ)
SETR RACLIST(FACILITY) REFRESH
RDEFINE SURROGAT SRV.userid UACC(NONE)
PERMIT SRV.userid CLASS(SURROGAT) ID(ADD SERVER UID HERE) ACCESS(READ)
SETR RACLIST(SURROGAT) REFRESH
Note: Web Viewer users require an OMVS segment and READ access to applid OMVSAPPL to log in to the product.
RDEFINE APPL OMVSAPPL UACC(NONE)
PERMIT OMVSAPPL CLASS(APPL) ID(ADD USER UID HERE) ACCESS(READ)
SETR RACLIST(APPL) REFRESHSection: Repository Administrative Authority
RDEFINE CHA1VIEW WEBVWR.ADMIN UACC(NONE)
PERMIT WEBVWR.ADMIN CLASS(CHA1VIEW) ID(ADD USER UID HERE) ACCESS(READ)
SETR RACLIST(CHA1VIEW) REFRESH
RDEFINE CHA1VIEW WEBVWR.GROUP.groupname UACC(NONE)
PERMIT WEBVWR.GROUP.groupname CLASS(CHA1VIEW) ID(ADD GROUP NAME HERE) ACCESS(READ)
SETR RACLIST(CHA1VIEW) REFRESH
RDEFINE FACILITY BPX.SMF UACC(NONE)
PERMIT BPX.SMF CLASS(FACILITY) ID(ADD SERVER UID HERE) ACCESS(READ)
PERMIT BPX.SMF CLASS(FACILITY) ID(ADD USER UID HERE) ACCESS(READ)
SETR RACLIST(FACILITY) REFRESH
Also please see the section Security Requirements in the online documentation for Web Viewer 14.0 for additional RACF requirements.