docmain.css" /> 1.3 Provide a RACF definition for MVS Start-up. - Automated Sign-On for Mainframe Administrator Guide

1.3 Provide a RACF definition for MVS Start-up.

If DCAS is started as an MVS procedure, you will need the following RACF definition:

RDEFINE STARTED DCAS.* STDATA(USER(dcasid)) 
SETR RACLIST(STARTED) REFRESH

where dcasid  is the name of the user ID.

If CLIENTAUTH LOCAL2 is coded in the DCAS configuration file, at a minimum, you must use RACF to associate the certificate with a valid user ID. You can do this using the RACDCERT ADD command. The user ID could be the one associated with DCAS itself or it could be any valid user ID. If you want additional checking, you must activate the SERVAUTH class and define an EZA.DCAS.cvtsysname profile with the user ID associated with the client certificate to access the profile.