lockout.ini File
The lockout.ini configuration file enables and configures account lockout settings. Account lockout lets you disable an account after a configurable number of failed login attempts within a configurable period. For example, if a user enters an incorrect password three times within two minutes, Steel-Belted Radius Carrier can lock out the user's account temporarily. During the lockout period, the user cannot log in, even with the correct password. Attempts to authenticate against a locked out account cause Steel-Belted Radius Carrier to respond with an Access-Reject message immediately.
The lockout.ini file contains one configuration section called [Settings] (Table 44), which has settings similar to the following:
[Settings]Enable = 0Rejects = 3Within = 120Lockout = 600
Specifies the period in seconds during which a specified number of rejects causes a lockout.
[ClientExclusionList] Section
You can add a ClientExclusionList section to the lockout.ini file. Use this section to list clients which are excepted from the lockout functionality. Enter one client name per line. For example,
[ClientExclusionList]exampleclient1exampleclient2[UserExclusionList] Section
You can add a UserExclusionList section to the lockout.ini file. Use this section to prevent certain reserved user names, such as anonymous, from being locked out. Enter one user name per line. For example:
[UserExclusionList]anonymous