Enabling Account Lockout for Failed Login Attempts
Overview
This article describes how to configure Netwrix Change Tracker to lock a user account after repeated failed login attempts, instead of blocking the device's IP address.
Netwrix Change Tracker no longer uses IP blocking. Setting lockoutenabled to true locks the user account instead after repeated failed logins.
Instructions
-
Open a Command Prompt as an administrator and stop IIS:
iisreset /stop -
Open
C:\inetpub\wwwroot\Change Tracker Generation 7 (NetCore) Hub\Configs\appsettings.jsonin a text editor. -
In the
security>authsection, setlockoutenabledtotrue:"security": {"auth": {"lockoutenabled": "true","lockoutmaxloginattempts": "3","lockoutdurationminutes": "10"}}lockoutenabled— set totrueto lock the account after repeated failed login attempts.lockoutmaxloginattempts— the number of failed attempts before the account locks. Defaults to3.lockoutdurationminutes— how long the account stays locked, in minutes. Set to10to match the previous IP-blocking duration, or another value to fit your policy.
NOTE: Change only the
authvalues shown. The surrounding settings provide context. -
Save the file.
-
Start IIS:
iisreset /start
After IIS restarts, three failed login attempts from a device lock the account for the configured duration.