BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element lockout-threshold

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The number of failed logins (between 1 and 99999) that can be
 tried for a user before their account is locked.



Number of failed logins for a user that can be tried before that
 account is locked. Any subsequent attempts to access the account
 (even if the username/password combination is correct) cause a
 security exception. If a security exception occurs, the account
 remains locked until it is explicitly unlocked by the system
 administrator or another login attempt is made after the lockout
 duration period ends. Note that invalid login attempts must be made
 within a span defined by the Lockout Reset Duration
 attribute to count toward the value of the Lockout
 Threshold attribute.

 


 Legal Min: 1


 Legal Max: 99999


 Default: 5


 Secure Value: true
Properties
This component is not nillable.

Model
<lockout-threshold>

</lockout-threshold>

Source
<xs:element minOccurs="0" name="lockout-threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="99999"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation