You can use CA Top Secret for z/OS to configure PassTickets on the system where the CA CSM application server is executing.
Follow these steps:
TSS ADDTO(RDT) RESCLASS(PTKTDATA) RESCODE(n) ACLIST(ALL,READ,UPDATE) MAXLEN(37)
Note: Include RESCODE(n) in the range of 101 to 13F to make PTKTDATA a prefixed resource class.
TSS ADDTO(department) PTKTDATA(IRRPTAUTH)
Specifies a preexisting department. The ownership of the application is defined to this department. This ownership lets the department administrator (or higher) define permissions for PassTicket generation and validation.
TSS ADDTO(NDT) PSTKAPPL(MSMCAPPL) SESSKEY(0123456789ABCDEF)
Defines the session key for the SCS address space ID used during CA CSM Configuration processing. This name may have been overridden when you installed CA CSM, so it should reflect the real application name.
Note: This example demonstrates a complete session key value of 16 hex digits (creating an 8-byte or 64-bit key). Change your key so that it consists of 16 random hex digits, and is different from the values in this example. Each application key must be the same on all systems in the configuration, and the values must be kept secret and secured.
TSS PERMIT(stc-userid) PTKTDATA(IRRPTAUTH.MSMCAPPL.) ACCESS(READ,UPDATE)
Specifies the ACID that you defined the access requirements for user ID associated with the CA CSM application server.
|
Copyright © 2014 CA.
All rights reserved.
|
|