Problem with logon using Pass ticket with RACF
book
Article ID: 72783
calendar_today
Updated On:
Products
SOLVE:Operations Automation
SOLVE:Access Session Management
SOLVE:FTS
SOLVE
Issue/Introduction
Customer is trying to connect to Solve region using a pass ticket and fails with N20E09 PASSWORD INVALID, ENTER USERID AND PASSWORD.
Environment
Release: SLACCS00200-5.0-SOLVE:Access-Session Management
Component:
Resolution
This is an example of RACF settings.
Enter the following commands to set the security requirements in a RACF system:
* RDEFINE APPL TSOESP UACC(READ)
* SETROPTS CLASSACT(APPL)
* SETROPTS CLASSACT(PTKTDATA) RACLIST(PTKTDATA)
* RDEFINE PTKTDATA TSOESP SSIGNON(KEYMASKED(0123456789ABCDEF)) APPLDATA('NO REPLAY PROTECTION')
* SETR REFRESH RACLIST(PTKTDATA)
TSOESP is the PTKTDATA entry composed of TSO + smfid.
In DEFLOGON definition
DEFLOGON IN=TSOESP APPL=TSOESP DATA=INPUT1 PTKT=TSO
Feedback
thumb_up
Yes
thumb_down
No