NOUPCASE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:NOUPCASE}}
{{DISPLAYTITLE:NOUPCASE}}
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Do not translate client data to upper case.<section end="desc" /></span>


NOUPCASE 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]].
NOUPCASE 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]].


This parameter indicates that no client data is to be converted to upper case. By setting NOUPCASE the userid and password must be specified by the client in the correct case (probably upper case). Note that it is possible to have lower case userids and passwords in ''Model 204''. For example, the userids HOMER, homer and Homer would be treated as three separate userids by ''Model 204''. The NOUPCASE parameter simplifies the interaction between clients where names tend to be in lower case or case-insensitive and ''Model 204'' where they tend to be in upper case.  
This parameter indicates that no client data is to be converted to upper case. By setting NOUPCASE the userid and password must be specified by the client in the correct case (probably upper case). Note that it is possible to have lower case userids and passwords in ''Model 204''. For example, the userids HOMER, homer and Homer would be treated as three separate userids by ''Model 204''. The NOUPCASE parameter simplifies the interaction between clients where names tend to be in lower case or case-insensitive and ''Model 204'' where they tend to be in upper case.  
Line 10: Line 8:
The NOUPCASE parameter is the opposite of UPCASE. The default is for all ports to have UPCASE set.  
The NOUPCASE parameter is the opposite of UPCASE. The default is for all ports to have UPCASE set.  


Valid for &P$WBSYB port types.
Valid for WEBSERV, OPENSERV and SDS port types.


==References==
==References==

Revision as of 14:24, 14 March 2011

<section begin="desc" />Do not translate client data to upper case.<section end="desc" />

NOUPCASE 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 no client data is to be converted to upper case. By setting NOUPCASE the userid and password must be specified by the client in the correct case (probably upper case). Note that it is possible to have lower case userids and passwords in Model 204. For example, the userids HOMER, homer and Homer would be treated as three separate userids by Model 204. The NOUPCASE parameter simplifies the interaction between clients where names tend to be in lower case or case-insensitive and Model 204 where they tend to be in upper case.

The NOUPCASE parameter is the opposite of UPCASE. The default is for all ports to have UPCASE set.

Valid for WEBSERV, OPENSERV and SDS port types.

References

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