Previous Topic: SERVAUTH

Next Topic: Preparing CA TCPaccess CS


BPX.SUPERUSER

If you are less concerned with security, grant the NMFTP Monitor user ID READ access to the BPX.SUPERUSER facility.

Example: CA ACF2 System

SET RESOURCE(FAC)
COMPILE *
$KEY(BPX) TYPE(FAC)
SUPERUSER UID(USER1) SERVICE(READ) ALLOW
STORE

Note: Instead of using TSO, you can use the ACFBATCH utility in JCL. If you do this, omit the [ACF] and [END] lines.

Example: CA Top Secret System

TSS PER(nmuser) IBMFAC(BPX.SUPERUSER) ACCESS(READ)

Example: RACF System

PE BPX.SUPERUSER CLASS(FACILITY) ID(nmuser) ACCESS(READ)