Authorize Users to View and Update Memory In TPX with RACF
search cancel

Authorize Users to View and Update Memory In TPX with RACF

book

Article ID: 427846

calendar_today

Updated On:

Products

TPX - Session Management

Issue/Introduction

There is no guidance on how to define class TPXAUTH. What are the settings for RACF?:

Environment

TPX - Session Management

RACF

Resolution

Example below with defining a resource class for TPXAUTH in RACF: 

1. Define a resource class that is named TPXAUTH.

  •     SETROPTS CLASSACT(TPXAUTH) RACLIST(TPXAUTH)     
  •     SETROPTS RACLIST(TPXAUTH) REFRESH 

2. Define a resource entity that is named MEMORY, with READ and UPDATE as the available ACCESS levels.

  •      RDEFINE TPXAUTH MEMORY UACC(NONE)

3. Grant the designated users READ or UPDATE access to MEMORY.

  •     PERMIT MEMORY CLASS(TPXAUTH) ID(user-id) ACCESS(UPDATE)

Additional Information

Refer to the TPX Manual Installing/Configure Section  

Authorize Users to View and Update Memory