WEBUSER (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />WEBUSER xxxx -- Default login for web users.<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />WEBUSER xxxx -- Default login for web users.<section end="desc" /></span>


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


This parameter specifies the default ''Model 204'' user ID used for web logons for URLs where  userid is required. <code>WEBUSER WEBUSER</code> is the default. A client request for a non-protected URL, which does not require a logon, will run under the user ID specified in the <var>WEBUSER</var> parameter.   
This parameter specifies the default ''Model 204'' user ID used for web logons for URLs where  userid is required. <code>WEBUSER WEBUSER</code> is the default. A client request for a non-protected URL, which does not require a logon, will run under the user ID specified in the <var>WEBUSER</var> parameter.   

Revision as of 22:33, 29 February 2012

<section begin="desc" />WEBUSER xxxx -- Default login for web users.<section end="desc" />

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

This parameter specifies the default Model 204 user ID used for web logons for URLs where userid is required. WEBUSER WEBUSER is the default. A client request for a non-protected URL, which does not require a logon, will run under the user ID specified in the WEBUSER parameter.

WEBUSER is valid for WEBSERV ports only.

See also