Default language.

Customizing RACF for Alternate Access TERMINAL access


For RACF support of terminal access authorization through the TERMID parameter in the RACROUTE VERIFY parameter list, review the following steps and perform any actions that are necessary for your site:

  1. Define the terminal ID (VTAM LU name or EXCP terminal address) as a protected resource to RACF in class TERMINAL:

    RDEFINE TERMINAL (terminal-ID) UACC(NONE)
  2. Permit each USERID that can log on from this terminal (LUname or address):

     PERMIT terminal-ID CLASS(TERMINAL) ID(userID) ACCESS(READ)
  3. To ensure that the access list is correct and complete, list the profile:RLIST TERMINAL terminal-ID ALL
  4. If necessary, activate the TERMINAL resource class:SETROPTS CLASSACT(TERMINAL)
  5. If necessary, refresh the in-storage RACLISTed profiles for the TERMINAL class:SETROPTS REFRESH RACLIST(TERMINAL)

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI Ops Infrastructure 7.1