I am trying to convert RACF information to ACF2. What does APPLDATA('NO REPLAY PROTECTION') mean in ACF2 with pass tickets?
search cancel

I am trying to convert RACF information to ACF2. What does APPLDATA('NO REPLAY PROTECTION') mean in ACF2 with pass tickets?

book

Article ID: 32160

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC

Issue/Introduction

I have some RACF documentation that I need converted into ACF2 commands. I am trying to create a pass ticket, and the PTKTDATA from ARCF shows this:

 

RDEFINE PTKTDATA DSNADMT +

SSIGNON(KEYMASKED(CACD4AD6D79ECA71)) +

UACC(NONE) APPLDATA('NO REPLAY PROTECTION')

 

What does APPLDATA('NO REPLAY PROTECTION') mean in ACF2?

Environment

Release:
Component: ACF2MS

Resolution

NO REPLAY PROTECTION means that the passticket can be used multiple times. So for the insert into ACF2, use the keyword MULT-USE. Here is the manual information on the keyword:

MULT-USE | NOMULT-USE

A generated PassTICKET, to be accepted multiple times, in the allowed plus or minus 10 minutes.

Note: The PassTicket MULT-USE value should only be specified in secure environments where access to generate PassTickets is contained in a secure internal network.