Previous Topic: Implementing External Security for RACFNext Topic: CA Deliver Health Checks


Bypassing Password Verification

For the following online interfaces, you can bypass password specification and allow a user to log in to a CA Deliver database after that user is logged on to the online interface:

To implement this functionality, follow these steps:

  1. Specify LGNSEC=YES for the cross-memory region startup parameter.
  2. Define the RMOXMS region to RACF, using the ICHRIN03 MVS table.

After setting up the RMOXMS region definition and assembling it into the linklist libraries, the following RACF commands must be executed on TSO/RACF:

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

You must IPL to implement these changes.

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