Hi Synker!
Anders Andersson <[email protected]> writes:
> I am looking for the correct way of installing DES (crypt) from sources.
*grumble* why do people keep wanting to install me? ;)
> I plan to do 'make world' and from what I can tell I need to:
>
> ln -fs libdescrypt.so libcrypt.so
> ln -fs libdescrypt.so.2 libcrypt.so.2
> ln -fs libdescrypt.a libcrypt.a
# cd /usr/src
# for f in libdescrypt* ; do ln -fs $f $(echo $f | sed s/des//) ; done
> Do I need to change all passwd with 'passwd {user}' to use DES passwd crypt?
Existing MD5 passwords will still work. New users will get DES
passwords.
DES
--
Dag-Erling Smorgrav - [email protected]
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-current" in the body of the message