LOGTRY parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
 
Line 16: Line 16:
==Description==
==Description==
<p>The number of consecutive failed attempts at logging in allowed for a thread during a <var class="product">Model&nbsp;204</var> run</p>
<p>The number of consecutive failed attempts at logging in allowed for a thread during a <var class="product">Model&nbsp;204</var> run</p>
<p>LOGTRY can range from 0 to 32767. When the number of failed attempts exceeds the value LOGTRY, <var class="product">Model&nbsp;204</var> takes the action specified by the LOGFAIL parameter.    </p>
<p>LOGTRY can range from 0 to 32767. When the number of failed attempts exceeds the value LOGTRY, <var class="product">Model&nbsp;204</var> takes the action specified by the <var>[[LOGFAIL_parameter|LOGFAIL]]</var> parameter.    </p>
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 13:34, 3 December 2014

Maximum number of login attempts allowed per thread

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V2.2 or earlier

Description

The number of consecutive failed attempts at logging in allowed for a thread during a Model 204 run

LOGTRY can range from 0 to 32767. When the number of failed attempts exceeds the value LOGTRY, Model 204 takes the action specified by the LOGFAIL parameter.