Skip to content
New issue

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

If cracklib is set as the pwbackend the auth files get plagued by newline issues #158

Closed
michael-riddle opened this issue Oct 24, 2024 · 0 comments · Fixed by #159
Closed

Comments

@michael-riddle
Copy link
Member

michael-riddle commented Oct 24, 2024

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.

@op-ct op-ct added this to Org Triage Oct 24, 2024
michael-riddle added a commit to michael-riddle/pupmod-simp-pam that referenced this issue Oct 24, 2024
michael-riddle added a commit to michael-riddle/pupmod-simp-pam that referenced this issue Oct 29, 2024
michael-riddle added a commit that referenced this issue Oct 29, 2024
* (#158) Fixed cracklib password backend application

Fixes #158

* (#158) Fixed mangled auth files if cracklib is used as pwbackend

Fixes #158
@github-project-automation github-project-automation bot moved this from In Progress to Done in Org Triage Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant