WEBACCT (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:WEBACCT}}
 
<span class="pageSubtitle"><section begin="desc" />WEBACCT xxxx -- Account for web logons<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />WEBACCT xxxx -- Account for web logons<section end="desc" /></span>


WEBACCT 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>WEBACCT</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]].


This parameter specifies the default ''Model 204'' account ID used for web logons for URLs where no userid is required. WEBACCT WEBUSER is the default.  
This parameter specifies the default ''Model 204'' account ID used for web logons for URLs where no userid is required. <code>WEBACCT WEBUSER</code> is the default.  


Valid only for WEBSERV ports.
Valid only for WEBSERV ports.


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


See: [[List of Janus commands]] | [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


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

Revision as of 20:44, 28 February 2012

<section begin="desc" />WEBACCT xxxx -- Account for web logons<section end="desc" />

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

This parameter specifies the default Model 204 account ID used for web logons for URLs where no userid is required. WEBACCT WEBUSER is the default.

Valid only for WEBSERV ports.

See also