nextspace
nextspace copied to clipboard
Password Preferences
Implement and test changing password for current user.
Basically, the module implementation is done. One thing left to fix is to find good PAM configuration (/etc/pam.d/password or /etc/pam.d/system-auth-ac) that let change user's password to Prefererences applications. Current default CentOS configuration quite good but is looks like password sequence goes to pam_deny.so instead of successfully return on pam_unix.so line.
Does anybody has a clue?