To set accounts to be suspended after a certain number of attempts to log in, use the following command:
set password-retries = number-retries;
If you do not set this command, the default value of three retries is used.
Example: Allow Users Two Login Attempts
In this example, you want to allow users only two unsuccessful login attempts before suspending their account.
To set this up, use these commands:
set password-policy = true; set password-retries = 2;
The following happens when a user tries to log in with an incorrect password:
His login is unsuccessful, and his account is suspended.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |