From owner-freebsd-current Sat Apr 3 7:36: 6 1999 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 3236614CBF for ; Sat, 3 Apr 1999 07:36:03 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.2/8.9.1) id RAA96596; Sat, 3 Apr 1999 17:34:06 +0200 (CEST) (envelope-from des) To: Anders Andersson Cc: freebsd-current@FreeBSD.ORG Subject: Re: DES from source? References: <19990403122221.A12230@sanyusan.se> From: Dag-Erling Smorgrav Date: 03 Apr 1999 17:34:06 +0200 In-Reply-To: Anders Andersson's message of "Sat, 3 Apr 1999 12:22:21 +0200" Message-ID: Lines: 24 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Synker! Anders Andersson 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