PUBLOG (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:PUBLOG}} <span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span> PUBLOG is a parameter on JANUS DEFINE, which defines and sets charac...")
 
m (remove displaytitle)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:PUBLOG}}
<span class="pageSubtitle">For 'real' logon</span>
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>


PUBLOG is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>PUBLOG</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter indicates that a "real" login should be done for the <var>[[SOCKUSER (JANUS DEFINE parameter)|SOCKUSER]]</var> userid for SRVSOCK logons. The "real" login will be a trusted login so passwords will not be required from end-users but the <var>SOCKUSER</var> userid '''must''' be defined in CCASTAT or to the external authorizer (RACF, ACF2 or Top Secret) if <var>PUBLOG</var> is specified for a port. If <var>PUBLOG</var> is '''not''' specified, the <var>SOCKUSER</var> userid will be logged on for SRVSOCK logons whether or not it is defined in CCASTAT or to an external authorizer, and it will be given UPRIV 0 (default user privileges).


<var>PUBLOG</var> can be used if even public logins should be logged by an external authorizer (as a matter of policy) or if non-standard privileges are to be assigned to the public user. Use caution if assigning any privileges to the <var>SOCKUSER</var> userid since this can be a potential security exposure.


This parameter indicates that a "real" login should be done for the SOCKUSER userid for SRVSOCK logons. The "real" login will be a trusted login so passwords will not be required from end-users but the SOCKUSER userid '''must''' be defined in CCASTAT or to the external authorizer (RACF, ACF2 or Top Secret) if PUBLOG is specified for a port. If PUBLOG is '''not''' specified, the SOCKUSER userid will be logged on for SRVSOCK logons whether or not it is defined in CCASTAT or to an external authorizer, and it will be given UPRIV&thinsp.=&thinsp.0 (default user privileges).  
Valid only for <var>[[JANUS DEFINE#type|SRVSOCK]]</var> ports.


PUBLOG can be used if even public logins should be logged by an external authorizer (as a matter of policy) or if non-standard privileges are to be assigned to the public user. Use caution if assigning any privileges to the SOCKUSER userid since this can be a potential security exposure.
==See also==
<ul>
<li>[[List of Janus commands]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
</ul>


Valid only for SRVSOCK ports.
==References==
See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


[[Category:JANUS DEFINE parameters|PUBLOG]]
[[Category:JANUS DEFINE parameters|PUBLOG]]

Latest revision as of 22:55, 7 June 2016

For 'real' logon

PUBLOG is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter indicates that a "real" login should be done for the SOCKUSER userid for SRVSOCK logons. The "real" login will be a trusted login so passwords will not be required from end-users but the SOCKUSER userid must be defined in CCASTAT or to the external authorizer (RACF, ACF2 or Top Secret) if PUBLOG is specified for a port. If PUBLOG is not specified, the SOCKUSER userid will be logged on for SRVSOCK logons whether or not it is defined in CCASTAT or to an external authorizer, and it will be given UPRIV 0 (default user privileges).

PUBLOG can be used if even public logins should be logged by an external authorizer (as a matter of policy) or if non-standard privileges are to be assigned to the public user. Use caution if assigning any privileges to the SOCKUSER userid since this can be a potential security exposure.

Valid only for SRVSOCK ports.

See also