Comment 5 for bug 484317

Revision history for this message
Iain Buclaw (iainb) wrote :

Just running "sudo passwd" is enough to set the password.

Actually, after having a sleep on it, would it be useful just to deny uid's < 1000 and the 'nobody' user?

ie:

auth required pam_succeed_if.so uid >= 1000 quiet
auth required pam_succeed_if.so user != nobody quiet

This, I think will restore the original behaviour.

Regards