[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Extract password from /etc/passwd



>Am I blind or something!?... I don't even see an encrypted portion 
>(which would
>be a password) in any of the lines in my
>
>/etc/passwd


Look at /etc/shadow

For security concerns, having the crypted passwords as world readable 
is no good. So, (and it's default on RaQ3 and others) they are stored 
in the /etc/shadow file which is only readable by root.

Hope that helps,

Fabrice Prémel.