We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you enable cracklib as the pam::password_check_backend, you get something like the following:
password requisite pam_cracklib.so minlen=1 minclass=0 maxrepeat=0 difok=0 maxsequence=0 maxclassrepeat=3 dcredit=-1 ucredit=-1 lcredit=-1 ocredit=-1 gecoscheckpassword required pam_pwhistory.so use_authtok
Which is very broken.
The text was updated successfully, but these errors were encountered:
(simp#158) Fixed cracklib password backend application
6b02b5a
Fixes simp#158
(simp#158) Fixed mangled auth files if cracklib is used as pwbackend
0037550
(#158) Fixed mangled auth files if cracklib is used as pwbackend (#159)
220716b
* (#158) Fixed cracklib password backend application Fixes #158 * (#158) Fixed mangled auth files if cracklib is used as pwbackend Fixes #158
Successfully merging a pull request may close this issue.
When you enable cracklib as the pam::password_check_backend, you get something like the following:
Which is very broken.
The text was updated successfully, but these errors were encountered: