On 29 June 2010 21:29, Sebastian Weisgerber <[email protected]> wrote: > Check if /etc/shadow ist root:shadow owned. > My permissions were ok and it didn't help. > But it was the problem for at least one person ;)
It turns out permissions were my problem. /etc/shadow was correctly owned by root:shadow, but permissions were incorrect. # chmod 640 fixed it for me. Thanks Sebastian :) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

