That seems to have fixed it. I changed that entry in /etc/pam.d/common-
password like this:
#password [success=1 default=ignore] pam_unix.so obscure sha512
passwordrequiredpam_unix.so obscure sha512
And now it throws out a better error message for both
I haven't made any changes after installing the Alpha6 besides running
the Update Manager and installing Samba. Here's the contents of common-
password:
[EMAIL PROTECTED]:/$ cat /etc/pam.d/common-password
#
# /etc/pam.d/common-password - password-related modules common to all services
#
# This f
[EMAIL PROTECTED]:/$ ls -l /etc/pam.d/
total 80
-rw-r--r-- 1 root root 182 2008-07-10 10:01 atd
-rw-r--r-- 1 root root 384 2008-06-09 13:02 chfn
-rw-r--r-- 1 root root 581 2008-06-09 13:02 chsh
-rw-r--r-- 1 root root 1186 2008-09-18 12:18 common-account
-rw-r--r-- 1 root root 1221 2008-09-18 12:
Public bug reported:
Binary package hint: passwd
As root, if you attempt to change the password, and the passwords do not
match you get "passwords do not match" and "password updated
successfully". It should only report "passwords do not match". It
shouldn't say "password updated sucessfully".