On Mon, Sep 25, 2000 at 12:12:59AM +0200, Oswald Buddenhagen wrote: > it's one of the first questions you must answer during the main potato > installation. i have no idea, if i can be changed later without *big* > effort.
its trivial, simply add md5 to the end of your password lines in
/etc/pam.d/*
mostly /etc/pam.d/passwd:
password required pam_unix.so use_authtok nullok md5
^^^^^
login, and ssh also have this line.
to tell if your password is md5 format, look in /etc/shadow (or passwd
if you don't use shadow) if it starts with $1$ its md5, otherwise its
crypt.
--
Ethan Benson
http://www.alaska.net/~erbenson/
pgpmOfKcyhcYA.pgp
Description: PGP signature

