mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Enable checking: maxrepeat - reject passwrods which contain more than N consecutive characters. maxsequence - rejected passwords which contain character sequences (abcde). dictcheck - check passwords using cracklib usercheck - check whether the password contains the user name. The class checking provided by libpwpolicy is not used because this overlaps with the existing IPA checking. This includes the options dcredit, ucredit, lcredit, ocredit, minclass and maxclassrepeat. The pwquality min length is fixed at 6 so if there is a conflict between the system policy and pwquality log that length is enforced at 6. https://pagure.io/freeipa/issue/6964 https://pagure.io/freeipa/issue/5948 https://pagure.io/freeipa/issue/2445 https://pagure.io/freeipa/issue/298 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> |
||
---|---|---|
.. | ||
common.c | ||
encoding.c | ||
ipa_pwd_extop.c | ||
ipapwd.h | ||
Makefile.am | ||
otpctrl.c | ||
otpctrl.h | ||
prepost.c | ||
pwd-extop-conf.ldif | ||
README |