This article describes how to unlock AAA user account.
Until the maxlog attempt is reached, the failed logintimeout counter does not increment but only after the maxattempts limit is crossed, logintimeout counter gets hit and starts incrementing. So if you try to login after the failedtimeout, you will be allowed to login successfully, else you needs to get the account unlocked using unlock aaa user command.
Set AAA logon parameters on AAA Vserver, enter maxLoginAttempts to 5 and failedLoginTimeout to 3 minutes.
>set authentication vserver <name> -maxLoginAttempts 5 -failedLoginTimeout 3
Type incorrect credentials for the first two attempts and then try typing the correct or incorrect credentials for the third attempt.
“You have exceeded the maximum login attempts. Please contact your administrator" message appears.
Unlock the user account using the following CLI command:
unlock aaa user <user-name>
Now log on again with correct credentials. The logon should be successful.
Note: Locked AAA user accounts can also be unlocked from NetScaler GUI:
Security > AAA > Application Traffic > Users > Action > Unlock