Previous Topic: Implementing External Security for RACFNext Topic: Model Banner Pages


Bypassing Password Verification

Once a user is logged onto one of these online interfaces, you can bypass password specification and allow the user to log onto a CA View database.

To implement this functionality, you must do the following:

  1. Specify LGNSEC=YES for the cross-memory region startup parameter.
  2. Define the SARXMS region to RACF, using the ICHRIN03 table supplied with the operating system.

After setting up the SARXMS region definition and assembling it into the linklist libraries, execute the following RACF commands on TSO/RACF:

AG (PROCGRP) OWNER(SYS1) SUPGROUP(SYS1)
AU (SAR60) PASSWORD(PASS) OWNER(PROCGRP) DFLTGRP(PROCGRP)

You must IPL to implement these changes.

Note: For information about the LGNSEC parameter, see the Installation Guide.