Date: 03 Apr 1999 17:34:06 +0200 From: Dag-Erling Smorgrav <des@flood.ping.uio.no> To: Anders Andersson <anders@sanyusan.se> Cc: freebsd-current@FreeBSD.ORG Subject: Re: DES from source? Message-ID: <xzplng9oh01.fsf@flood.ping.uio.no> In-Reply-To: Anders Andersson's message of "Sat, 3 Apr 1999 12:22:21 %2B0200" References: <19990403122221.A12230@sanyusan.se>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Synker!
Anders Andersson <anders@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 - des@flood.ping.uio.no
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?xzplng9oh01.fsf>
