AUTHCTL command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (link repair)
No edit summary
Line 11: Line 11:
</p>
</p>
<p>where <var class="term">interface</var> is <var>RACF</var>, <var>ACF2</var>, or <var>TOPSECRET</var>.</p>
<p>where <var class="term">interface</var> is <var>RACF</var>, <var>ACF2</var>, or <var>TOPSECRET</var>.</p>
==Example==
The following example shows an AUTHCTL VIEW output for a system using RACF:
<p class="code"><nowiki>16.204  JUL 22  15.18.40        PAGE 4       
AUTHCTL VIEW     
Rocket Model 204 using RACF V2.2     
Searching for SECPLIST=RACFPRM1 
Using assembled default parameters   
Long passwords (Pass Phrases) supported   
RACF extended password handling active   
            ROCKET  RACF ID of job owner   
            M204USER  RACF Group of job owner   
GROUP      M204RACF  RACF control group name     
COMGRUP    M204RACF  RACF common control group name             
PRTY        S        default priority (STANDARD)             
VALIDATE    NODLMC    validation option in effect           
DEFUSR      M204USR  RACF user ID for CCASTAT users       
DEFGRP      M204GRP  RACF group for CCASTAT users                   
DEFPAS      ++++++++  RACF password for CCASTAT users           
DLMCHECK              use $JOB dlm checking option                 
                  0  SAF function requests               
                  0  internal reader (USE $JOB) opens       
                  0  internal reader (USE $JOB) writes               
Password table: ROCKET.CCASTAT.M204 on volume volser last updated by M204V770 at 5:31:09 on JUL 20, 2016 
***  MSIR.0551: SirSafe is active, but optional for current CCASTAT             
***  MSIR.0599: SirSafe read-only file checking is not active         
***  MSIR.0687: SirSafe enhanced shared DASD not active, run SirEnq on RS26 (RS26)               
M204V770>      </nowiki></p>
<p>
<p>
For more information on maintaining information for the security interfaces, refer to the [[Security interfaces overview]]. </p>
For more information on maintaining information for the security interfaces, refer to the [[Security interfaces overview]]. </p>

Revision as of 16:46, 18 October 2016

Summary

Privileges
System manager
Function
Displays information about the Model 204 external security interface in use (RACF, ACF2, Top Secret, or none)

Syntax

AUTHCTL VIEW [interface]

where interface is RACF, ACF2, or TOPSECRET.

Example

The following example shows an AUTHCTL VIEW output for a system using RACF:

16.204 JUL 22 15.18.40 PAGE 4 AUTHCTL VIEW Rocket Model 204 using RACF V2.2 Searching for SECPLIST=RACFPRM1 Using assembled default parameters Long passwords (Pass Phrases) supported RACF extended password handling active ROCKET RACF ID of job owner M204USER RACF Group of job owner GROUP M204RACF RACF control group name COMGRUP M204RACF RACF common control group name PRTY S default priority (STANDARD) VALIDATE NODLMC validation option in effect DEFUSR M204USR RACF user ID for CCASTAT users DEFGRP M204GRP RACF group for CCASTAT users DEFPAS ++++++++ RACF password for CCASTAT users DLMCHECK use $JOB dlm checking option 0 SAF function requests 0 internal reader (USE $JOB) opens 0 internal reader (USE $JOB) writes Password table: ROCKET.CCASTAT.M204 on volume volser last updated by M204V770 at 5:31:09 on JUL 20, 2016 *** MSIR.0551: SirSafe is active, but optional for current CCASTAT *** MSIR.0599: SirSafe read-only file checking is not active *** MSIR.0687: SirSafe enhanced shared DASD not active, run SirEnq on RS26 (RS26) M204V770>

For more information on maintaining information for the security interfaces, refer to the Security interfaces overview.

For information on the valid AUTHCTL syntax with the SirSafe product, refer to the Command Reference chapter of the Rocket M204 SirSafe Reference Manual.