Bug 249210

Summary: Latest cracklib update prevents any password changes
Product: [Fedora] Fedora Reporter: Jimmy Rentz <jb17bsome>
Component: cracklibAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: rawhideCC: jfrieben, petersen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 2.8.10-2 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-07-23 17:35:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jimmy Rentz 2007-07-22 17:28:05 UTC
Description of problem:
The latest cracklib devel update prevents any password changes. 

Version-Release number of selected component (if applicable):
cracklib 2.8.10


How reproducible:
Change a password for a user

Steps to Reproduce:
passwd someuser
Changing password for user someuser.
New UNIX password:
  
Actual results:

/usr/share/cracklib/pw_dict: error reading header
PWOpen: Success

Expected results:

Retype new UNIX password: 
passwd: all authentication tokens updated successfully.

Additional info:
I did some searching and come across this bug:
http://www.nabble.com/-Bug-31210--lib64crack2,-New:-Setting-up-a-password-failed-t3871773.html
I believe this is the same issue.

Comment 1 Joachim Frieben 2007-07-22 19:39:15 UTC
Reverting 'cracklib' packages to version 2.8.9 from 'F7' allows to
restore proper function which is mandatory after a fresh install
from the 'rawhide' development tree.

Comment 2 Nalin Dahyabhai 2007-07-23 17:35:52 UTC
Ugh, don't know why I didn't catch that.  Thanks!