Hi Synker!

Anders Andersson <and...@sanyusan.se> 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 - d...@flood.ping.uio.no


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to