UserLockoutInterval
This configuration directive specifies the duration for the user lockout. The default value is 1800 (seconds). For example, using with UserLockoutLimit, the following configuration directives will lock out a user if he or she submits an incorrect password 6 or more times within 1800 seconds.
UserLockoutLimit 6
UserLockoutInterval 1800
This page was last updated on 2012-02-22, 22:44.