You may want to prevent users from choosing passwords that consist of repetitions of the same strings, such as asdasdasd.
Follow these steps:
set password-min-length-repeated-substring = length;
Value for length is greater than or equal to 2;
Note: This parameter above parameter functions only when password-max-substring-repetition is enabled.
set password-max-substring-repetition = number-repetitions;
Example: Limiting Substring Repetition
You have set up the following password policy:
set password-policy = true; set password-max-substring-repetition = 1; set password-min-length-repeated-substring = 3;
Users in this directory cannot create the following passwords:
However, they can create the following passwords:
|
Copyright © 2013 CA.
All rights reserved.
|
|