You may want to prevent users from choosing passwords that consists of repetitions of the same strings, such as asdasdasd.
To prevent repetition of a substring within a password
set password-min-length-repeated-substring = length-substring | 0;
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 © 2011 CA. All rights reserved. | Email CA Technologies about this topic |