https://bugzilla.novell.com/show_bug.cgi?id=802006 https://bugzilla.novell.com/show_bug.cgi?id=802006#c5 Thorsten Kukuk <kukuk@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|kukuk@suse.com | --- Comment #5 from Thorsten Kukuk <kukuk@suse.com> 2013-02-05 09:06:39 UTC --- The changes for shadow are documented in /usr/share/doc/packages/shadow/README.changes-pwdutils - /etc/default/passwd was removed. The configure options are partly available in /etc/login.defs. For YaST this isn't that simple, or more simple, I don't know. But there should be already code to use pam-config. To query which hash is used: pam-config -q --unix You need to look at the password: line if md5, sha256, sha512 is used. If none from them, it's DES (des does not have an option, it's the default). pam-config -d --unix-{hash} (means --unix-md5, --unix-sha256, --unix-sha512) will delete the old option, pam-config -a --unix-{hash} set the new one. pam_unix knows some more options like bigcrypt and blowfish, but we should not use or offer them. Problem: this does not work if pam_unix2 is used, but we should ignore that, after 12.3 I will modify pam-config to automatically replace pam_unix2 with pam_unix. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.