AUTHCTL command: Difference between revisions
m (→Example: add link) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<dd>System manager | <dd>System manager | ||
<dt>Function | <dt>Function | ||
<dd>Displays information about the Model 204 external security interface in use (RACF, ACF2, Top Secret, or none) | <dd>Displays information about the Model 204 external [[Security interfaces overview|security interface]] in use (RACF, ACF2, Top Secret, or none) | ||
</dl> | </dl> | ||
Line 10: | Line 10: | ||
<p class="syntax">AUTHCTL VIEW [<span class="term">interface</span>] | <p class="syntax">AUTHCTL VIEW [<span class="term">interface</span>] | ||
</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== | ==Example== | ||
The following example shows | The following example shows Model 204 7.7 <var>AUTHCTL VIEW</var> output for a system using RACF (Security Server). The output includes listing whether the parameter settings are defaults or whether they were dynamically loaded or linkage edited with the load module: | ||
<p class="code | <p class="code"><nowiki>AUTHCTL VIEW | ||
AUTHCTL VIEW | |||
Rocket Model 204 using RACF V2.2 | Rocket Model 204 using RACF V2.2 | ||
Searching for SECPLIST= | Parameters linked in with load module, available SECPLIST values: | ||
RACFPARM | |||
RACFPARM2 | |||
RACFPARM3 | |||
RACFPARM4 | |||
RACFPARM5 | |||
RACFPARM6 | |||
Searching for SECPLIST=RACFPRM2 | |||
Using assembled default parameters | Using assembled default parameters | ||
Long passwords (Pass Phrases) supported | Long passwords (Pass Phrases) supported | ||
RACF extended password handling active | RACF extended password handling active | ||
ROCKET | ROCKET RACF ID of job owner | ||
M204USER RACF Group of job owner | M204USER RACF Group of job owner | ||
GROUP M204RACF RACF control group name | GROUP M204RACF RACF control group name | ||
Line 30: | Line 38: | ||
DEFPAS ++++++++ RACF password for CCASTAT users | DEFPAS ++++++++ RACF password for CCASTAT users | ||
DLMCHECK use $JOB dlm checking option | DLMCHECK use $JOB dlm checking option | ||
0 SAF function requests | 0 SAF function requests | ||
</nowiki></p> | |||
<p class="note"><b>Note:</b> Versions of Model 204 prior to 7.7 do not display the introductory list of available <var>[[SECPLIST parameter|SECPLIST]]</var> values. </p> | |||
<p> | <p> | ||
For more information | For more information about maintaining information for the security interfaces, refer to the [[Security interfaces overview]]. </p> | ||
==AUTHCTL under SirSafe== | |||
For sites that are authorized for the [[SirSafe]] add-on product, the following <var>AUTHCTL</var> command variants are used to control SirSafe: | |||
<p class="code">AUTHCTL A SIRSAFE | |||
AUTHCTL D SIRSAFE | |||
AUTHCTL C SIRSAFE | |||
AUTHCTL LIST SIRSAFE | |||
AUTHCTL REFRESH | |||
AUTHCTL TEST </p> | |||
<p> | <p> | ||
For information | For more information about these <var>AUTHCTL</var> variants, see the [[SirSafe command and function reference#AUTHCTL|SirSafe command and function reference]]. </p> | ||
[[Category: System manager commands]] | [[Category: System manager commands]] | ||
[[Category:Commands]] | [[Category:Commands]] |
Latest revision as of 21:54, 18 April 2018
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 Model 204 7.7 AUTHCTL VIEW output for a system using RACF (Security Server). The output includes listing whether the parameter settings are defaults or whether they were dynamically loaded or linkage edited with the load module:
AUTHCTL VIEW Rocket Model 204 using RACF V2.2 Parameters linked in with load module, available SECPLIST values: RACFPARM RACFPARM2 RACFPARM3 RACFPARM4 RACFPARM5 RACFPARM6 Searching for SECPLIST=RACFPRM2 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
Note: Versions of Model 204 prior to 7.7 do not display the introductory list of available SECPLIST values.
For more information about maintaining information for the security interfaces, refer to the Security interfaces overview.
AUTHCTL under SirSafe
For sites that are authorized for the SirSafe add-on product, the following AUTHCTL command variants are used to control SirSafe:
AUTHCTL A SIRSAFE AUTHCTL D SIRSAFE AUTHCTL C SIRSAFE AUTHCTL LIST SIRSAFE AUTHCTL REFRESH AUTHCTL TEST
For more information about these AUTHCTL variants, see the SirSafe command and function reference.