Note: This example is provided as a guideline. For detailed information about using these commands, see the IBM RACF product documentation.
You want to configure PassTicket for the DB2TOOLS application. DB2TOOLS is the application name (appl_name) that is used in this example.
Follow these steps:
RDEFINE APPL DB2TOOLS UACC(NONE) SETROPTS CLASSACT(APPL) SETROPTS GENERIC(PTKTDATA)
SETROPTS CLASSACT(PTKTDATA) RACLIST(PTKTDATA)
RDEFINE PTKTDATA DB2TOOLS SSIGNON(KEYMASKED(session_key)) APPLDATA('NO REPLAY PROTECTION')
Defines a session (encryption) key using 16 hexadecimal digits (creating an 8-byte or 64-bit key). Use a site-specific key value. Keep the value secret.
Example: 0123456789ABCDEF
The profile and CA Insight DPM session key are defined. The same PassTicket can be reused multiple times.
RDEFINE PTKTDATA IRRPTAUTH.DB2TOOLS.* UACC(NONE) PERMIT IRRPTAUTH.DB2TOOLS.* ID(wilyzos_user_id) CLASS(PTKTDATA) ACCESS(UPDATE)
PERMIT DB2TOOLS CLASS(APPL) ID(wilyzos_user_id) ACCESS(READ) PERMIT DB2TOOLS CLASS(APPL) ID(useridn)
Specifies the user ID of the user requesting access to CA Cross-Enterprise APM.
SETROPTS RACLIST(APPL) REFRESH SETROPTS RACLIST(PTKTDATA) REFRESH
The WILYZOS job can generate PassTicket for the specified user IDs.
|
Copyright © 2014 CA.
All rights reserved.
|
|