"How to fix password authentication manipulation (system-auth pam.d) error in Ubuntu while changing the password"
If you have come across same issue there is a work around to get rid of password authentication manipulation error in Ubuntu while changing the password
Just follow the steps below
system-auth pam. d (Pam: Password Authentication Module) gets corrupted while upgrading the opertaing system through network.
Login as administrator or with sudo privilege
root@techgyaan:/#cd /etc/pam.d Just rename the original file as shown below
root@techgyaan:/#cp common-account common-account.orig
root@techgyaan:/#cp common-auth common-auth.orig
root@techgyaan:/#cp common-password common-auth.orig
root@techgyaan:/#cp common-session common-auth.origCopy the all four files (common-account, common-auth, common-password & common-session) from working machine or download from here & replace with existing files.
root@techgyaan:/#wget http://URL
root@techgyaan:/#tar xvf pam.d.tar
root@techgyaan:/#mv * /etc/pam.d/root@techgyaan:/root@techgyaan:/# passwd bala
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfullythat’s it your issue is fixed.
About Author
-------------------------------------------------------------------------------------------------------------
Bala is the TechGyaan's Editor and directs coverage of disruptive open source technology and media. Check out Bala's Google+ profile.
Follow @techgyaan

Comments
Post a Comment