You can use IBM RACF to configure specific CA SYSVIEW for CA Insight DPM for DB2 PassTickets for validating access.
Note: These examples are provided as a guideline. Only a security administrator familiar with PassTicket configuration should execute this process. For detailed information about using these commands, see the IBM RACF product documentation.
Note: Before you begin Passticket configuration, verify that the PTKTDATA class and ownership for the PassTicket resource IRRPTAUTH have not been defined. If they have been defined, skip Step 1 and Step 2 in the following procedure.
Example: Use IBM RACF to Configure PassTickets for CA SYSVIEW for CA Insight DPM for DB2 Systems.
Follow these steps:
RDEFINE APPL xnet_applid UACC(NONE) SETROPTS CLASSACT(APPL)
Note: If you want to implement a generic user ID, specify the following additional command:
SETROPTS GENERIC(PTKTDATA)
Defines the application ID used for the PassTicket validation. This value is specified in the CA DB2 Tools Xnet INITPARM data set parameter PASSNAME and subsequently in the CA SYSVIEW DB2 PARMLIB XNET-PassTicketApplId parameter.
SETROPTS CLASSACT(PTKTDATA) RACLIST(PTKTDATA)
RDEFINE PTKTDATA xnet_applid SSIGNON(KEYMASKED(FEDCBA9876543210))
Defines the application ID used for the PassTicket validation. This value is specified in the CA DB2 Tools Xnet INITPARM data set parameter PASSNAME and subsequently in the CA SYSVIEW DB2 PARMLIB XNET-PassTicketApplId parameter.
Defines an encryption key for the application using values that are different from the values in the sample syntax.
Note: The sample syntax demonstrates a complete key value of 16 hexadecimal digits (creating an 8-byte or 64-bit key). Each application key must be the same on all systems in the configuration and the values must be kept "secret."
The profiles and session keys are defined.
PERMIT xnet_applid CLASS(APPL) ID(useridn)
Specifies the user ID of the users requesting access.
SETROPTS RACLIST(APPL) REFRESH SETROPTS RACLIST(PTKTDATA) REFRESH
|
Copyright © 2013 CA.
All rights reserved.
|
|