SECTRLOG parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
m (pdf now converted to wiki)
Line 13: Line 13:
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V6.1</var> or earlier
</dl>
</dl>
==Description==
==Description==
<p>The CRAM thread applications for which logins are trusted</p>
<p>
<p>SECTRLOG defines which CRAM thread applications are allowed to log in with a trusted user ID. The CRAM threads that can have trusted login applications are:</p>
The CRAM thread applications for which logins are trusted</p>
<p>
<var>SECTRLOG</var> defines which CRAM thread applications are allowed to log in with a trusted user ID. The CRAM threads that can have trusted login applications are:</p>
<p>IODEV 11 (CRFSCHNL) </p>
<p>IODEV 11 (CRFSCHNL) </p>
<p>IODEV 29 (CRIOCHNL) </p>
<p>IODEV 29 (CRIOCHNL) </p>
<p>IODEV 23 (IFAMCHNL)</p>
<p>IODEV 23 (IFAMCHNL)</p>
<p>SECTRLOG must be set on the first IODEV line for each trusted CRAM thread so it is picked up during the initialization of each CRAM channel. End users must follow the trusted login procedures described in the <i><var class="product">Model&nbsp;204</var> Security Interfaces Manual</i>.</p>
<p>
<p>Valid settings of SECTRLOG are (except for X'00', options can be summed): </p>
<var>SECTRLOG</var> must be set on the first <var>IODEV</var> line for each trusted CRAM thread so it is picked up during the initialization of each CRAM channel. End users must follow the trusted login procedures described in the [[:Category:Security interfaces|Security interfaces]] pages.</p>
<p>
Valid settings of <var>SECTRLOG</var> are (except for X'00', options can be summed): </p>
<table>
<table>
<tr><th>Setting</th><th>Trusted login allowed for...           </th></tr>
<tr class="head"><th>Setting</th><th>Trusted login allowed for...</th></tr>
<tr><th align="right"><var>X'00' </var></th><td>
 
<p>Trusted login not allowed</p>
<tr><th align="right"><var>X'00' </var></th>
</td></tr>
<td>Trusted login not allowed</td></tr>
<tr><th align="right"><var>X'01' </var></th><td>
 
<p>CICS applications (IODEVs 11, 23, 29); see the <b>Note</b> below.</p>
<tr><th align="right"><var>X'01' </var></th>
</td></tr>
<td>CICS applications (IODEVs 11, 23, 29); see the <b>Note</b> below.</td></tr>
<tr><th align="right"><var>X'02' </var></th><td>TSO applications (IODEVs 11, 29)           </td></tr>
 
<tr><th align="right"><var>X'04' </var></th><td>Batch applications (IODEVs 23, 29)         </td></tr>
<tr><th align="right"><var>X'02' </var></th>
<td>TSO applications (IODEVs 11, 29) </td></tr>
 
<tr><th align="right"><var>X'04' </var></th>
<td>Batch applications (IODEVs 23, 29)</td></tr>
</table>
</table>
<p class="note"><b>Note:</b>
 
<br/>TPROCESS applications cannot use the SECTRLOG option. Doing so results in the following message:
<blockquote class="note">
<br/></p>
<p><b>Note:</b> TPROCESS applications cannot use the <var>SECTRLOG</var> option. Doing so results in the following message:</p>
<p class="code">M204.1786: PROCESS TO PROCESS NOT SUPPORTED ON THIS THREAD
<p class="code">M204.1786: PROCESS TO PROCESS NOT SUPPORTED ON THIS THREAD</p>
</p><p>
</blockquote>
<br/>If your site wants to allow trusted logins from CICS full screen applications (IODEV 11) and BATCH2 jobs (IODEV 29) specify the following settings:  
<p>
<br/>IODEV 11 line:  </p>
If your site wants to allow trusted logins from CICS full screen applications (IODEV 11) and BATCH2 jobs (IODEV 29) specify the following settings: </p>
<p>IODEV 11 line:  </p>
<p class="code">SECTRLOG=X'01'  
<p class="code">SECTRLOG=X'01'  
</p><p>
</p>
<br/>IODEV 29 line:  </p>
<p>
IODEV 29 line:  </p>
<p class="code">SECTRLOG=X'04'
<p class="code">SECTRLOG=X'04'
</p><p> </p>
</p>
 
[[Category:User parameters]]
[[Category:User parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 16:34, 29 January 2015

Security trusted login environment

Summary

Default value
X'00'
Parameter type
User
Where set
On user's first parameter line; not resettable
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The CRAM thread applications for which logins are trusted

SECTRLOG defines which CRAM thread applications are allowed to log in with a trusted user ID. The CRAM threads that can have trusted login applications are:

IODEV 11 (CRFSCHNL)

IODEV 29 (CRIOCHNL)

IODEV 23 (IFAMCHNL)

SECTRLOG must be set on the first IODEV line for each trusted CRAM thread so it is picked up during the initialization of each CRAM channel. End users must follow the trusted login procedures described in the Security interfaces pages.

Valid settings of SECTRLOG are (except for X'00', options can be summed):

SettingTrusted login allowed for...
X'00' Trusted login not allowed
X'01' CICS applications (IODEVs 11, 23, 29); see the Note below.
X'02' TSO applications (IODEVs 11, 29)
X'04' Batch applications (IODEVs 23, 29)

Note: TPROCESS applications cannot use the SECTRLOG option. Doing so results in the following message:

M204.1786: PROCESS TO PROCESS NOT SUPPORTED ON THIS THREAD

If your site wants to allow trusted logins from CICS full screen applications (IODEV 11) and BATCH2 jobs (IODEV 29) specify the following settings:

IODEV 11 line:

SECTRLOG=X'01'

IODEV 29 line:

SECTRLOG=X'04'