Lockout properties
These properties apply to lockouts.
- com.collation.security.lockout.treshold=3
- The default value is 3.
This property specifies the number of failed login attempts, for a particular user, that triggers a local lockout for that user.
- com.collation.security.lockout.timeout=30
- The default value is 30.
This property specifies the time, in minutes, for which the user who triggered the local lockout, is locked out of TADDM when a local lockout is triggered.
- com.collation.security.lockout.globalthreshold=100
- The default value is 100.
This property specifies the number of simultaneous single-user lockouts that triggers a global lockout.
- com.collation.security.lockout.globaltimeout=30
- The default value is 30.
This property specifies the time, in minutes, for which all users are locked out of TADDM when a global lockout is triggered.
- com.collation.security.lockout.failedloginthreshold=1000
- The default value is 1000.
This property specifies the total number of failed login attempts for unique users that triggers a global lockout.