z/OS Common Information Model User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Defining an encryption key for PassTicket validation

z/OS Common Information Model User's Guide
SC34-2671-00

Defining an encryption key for PassTicket validation

The CIM server can alternatively validate a user ID and a PassTicket instead of a user ID and a password for authentication.

For more information about PassTickets, see z/OS Security Server RACF Security Administrator’s Guide.

A PassTicket is validated against an application ID. The application ID for the CIM server is CFZAPPL.

To enable CFZAPPL for the CIM server,

  • _ Define CFZAPPL profile in the PTKTDATA class in RACF®.
    Example:

    SETROPTS CLASSACT (PTKTDATA)
    SETROPTS RACLIST  (PTKTDATA)
    RDEFINE  PTKTDATA CFZAPPL -
                      SSIGNON(KEYMASKED(<key>) 
    SETROPTS RACLIST(PTKTDATA) REFRESH

    where <key> is the 16 digit encryption key.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014