NEWSESGUESTOK (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (misc formatting)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:NEWGUESTOK}}
<span class="pageSubtitle">Permit 'guest' logons vis $Sir_Login</span>
<span class="pageSubtitle"><section begin="desc" />Permit 'guest' logons vis $Sir_Login<section end="desc" /></span>


<var>NEWSESGUESTOK</var> 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>NEWSESGUESTOK</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  


This parameter indicates that "guest" logins are to be allowed for [[$Sir_Login]] calls in programs run as part of <var>[[NEWSESCMD (JANUS DEFINE parameter)|NEWSESCMD]]</var> processing.  
This parameter indicates that "guest" logins are to be allowed for <var>[[$Sir_Login]]</var> calls in programs run as part of <var>[[NEWSESCMD (JANUS DEFINE parameter)|NEWSESCMD]]</var> processing.  


Guest logins are logins for userids that are defined neither in CCASTAT nor to the external authorizer (RACF, ACF2 or Top Secret). Guest logins are useful for running requests on behalf of a user on a trusted system, such as a proxy server or another ''Model 204'' Online, without having to keep the userids between systems in synch. Users running as a result of guest logins on a SRVSOCK or <var>[[JANUS DEFINE#type|WEBSERV]]</var> port always run with minimal user privileges.  
Guest logins are logins for userids that are defined neither in CCASTAT nor to the external authorizer (RACF, ACF2 or Top Secret). Guest logins are useful for running requests on behalf of a user on a trusted system, such as a proxy server or another <var class="product">Model 204</var> Online, without having to keep the userids between systems in synch. Users running as a result of guest logins on a <var>SRVSOCK</var> or <var>[[JANUS DEFINE#type|WEBSERV]]</var> port always run with minimal user privileges.  


Valid for SRVSOCK and <var>WEBSERV</var> port types.
Valid for <var>SRVSOCK</var> and <var>WEBSERV</var> port types.


==See also==
==See also==
<ul>
<ul>
<li>[[List of Janus commands]]
<li>[[List of Janus commands]]</li>
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]]</li>
</ul>
</ul>


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

Latest revision as of 17:25, 27 January 2016

Permit 'guest' logons vis $Sir_Login

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

This parameter indicates that "guest" logins are to be allowed for $Sir_Login calls in programs run as part of NEWSESCMD processing.

Guest logins are logins for userids that are defined neither in CCASTAT nor to the external authorizer (RACF, ACF2 or Top Secret). Guest logins are useful for running requests on behalf of a user on a trusted system, such as a proxy server or another Model 204 Online, without having to keep the userids between systems in synch. Users running as a result of guest logins on a SRVSOCK or WEBSERV port always run with minimal user privileges.

Valid for SRVSOCK and WEBSERV port types.

See also