PRELOGINUSER (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (remove displaytitle)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:PRELOGINUSER}}
<span class="pageSubtitle">PRELOGINUSER userid</span>
<span class="pageSubtitle"><section begin="desc" />PRELOGINUSER userid<section end="desc" /></span>


<var>PRELOGINUSER</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
<var>PRELOGINUSER</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port.  
Line 6: Line 5:
This parameter indicates the userid under which pre-login processing runs. Pre-login processing is that which occurs before a user login.  
This parameter indicates the userid under which pre-login processing runs. Pre-login processing is that which occurs before a user login.  


Pre-login processing runs under the default userid of "NO USERID" or under the userid specified by the <var>PRELOGINUSER</var> parameter; it is visible to <var class="product>[[SirMon]]</var>, the <var>MONITOR</var> command, and the <var>LOGWHO</var> command; and it is <var>BUMP</var>'able.  
Pre-login processing runs under the default userid of "NO USERID" or under the userid specified by the <var>PRELOGINUSER</var> parameter; it is visible to <var class="product">[[SirMon]]</var>, the <var>MONITOR</var> command, and the <var>LOGWHO</var> command; and it is <var>BUMP</var>'able.  


On many port types, much processing can take place before a thread is actually logged on to a user. The <var>PRELOGINUSER</var> parameter can be useful in helping distinguish users in pre-login processing on different ports.  
On many port types, much processing can take place before a thread is actually logged on to a user. The <var>PRELOGINUSER</var> parameter can be useful in helping distinguish users in pre-login processing on different ports.  


Valid for <var>[[JANUS DEFINE#type|SRVSOCK]]</var>, <var>[[JANUS DEFINE#type|WEBSERV]]</var>, <var>[[JANUS DEFINE#type|OPENSERV]]</var>, <var>[[JANUS DEFINE#type|FTPSERVER]]</var>, <var>[[JANUS DEFINE#type|TNSERV]]</var>, SDS and IFDIAL port types.
Valid for <var>[[JANUS DEFINE#type|SRVSOCK]]</var>, <var>[[JANUS DEFINE#type|WEBSERV]]</var>, <var>[[JANUS DEFINE#type|OPENSERV]]</var>, <var>[[JANUS DEFINE#type|FTPSERVER]]</var>, <var>[[JANUS DEFINE#type|TNSERV]]</var>, <var>[[JANUS DEFINE#type|SDS]]</var>, and <var>[[JANUS DEFINE#type|IFDIAL]]</var> port types.


==See also==
==See also==

Latest revision as of 22:54, 7 June 2016

PRELOGINUSER userid

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

This parameter indicates the userid under which pre-login processing runs. Pre-login processing is that which occurs before a user login.

Pre-login processing runs under the default userid of "NO USERID" or under the userid specified by the PRELOGINUSER parameter; it is visible to SirMon, the MONITOR command, and the LOGWHO command; and it is BUMP'able.

On many port types, much processing can take place before a thread is actually logged on to a user. The PRELOGINUSER parameter can be useful in helping distinguish users in pre-login processing on different ports.

Valid for SRVSOCK, WEBSERV, OPENSERV, FTPSERVER, TNSERV, SDS, and IFDIAL port types.

See also