NEWSESGUESTOK (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
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 [[$Sir_Login]] 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 WEBSERV 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 ''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.  


Valid for SRVSOCK and WEBSERV port types.
Valid for SRVSOCK and <var>[[JANUS DEFINE#type|WEBSERV]]</var> port types.


==References==
==References==

Revision as of 23:19, 28 February 2012

<section begin="desc" />Permit 'guest' logons vis $Sir_Login<section end="desc" />

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

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.

References

See: List of Janus commands | List of JANUS DEFINE parameters.