From owner-freebsd-stable Wed Jan 10 7:32:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from www.golsyd.net.au (ftp.golsyd.net.au [203.57.20.1]) by hub.freebsd.org (Postfix) with ESMTP id 80E0E37B400 for ; Wed, 10 Jan 2001 07:32:33 -0800 (PST) Received: from [203.164.12.28] by www.quake.com.au (NTMail 4.30.0012/AH9370.63.d1acf55c) with ESMTP id nrosaaaa for ; Thu, 11 Jan 2001 02:40:35 +1100 Message-ID: <3A5C80B4.2E5B97BE@quake.com.au> Date: Thu, 11 Jan 2001 02:33:08 +1100 From: Kal Torak X-Mailer: Mozilla 4.73 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Frank Bartels Cc: freebsd-stable@FreeBSD.ORG Subject: Re: NODESCRYPTLINKS=true References: <20010110122150.A95886@camelot.de> <3A5C4DB9.1C9F0949@quake.com.au> <20010110134920.N34155@camelot.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > So there are still two questions: > > - why are the links replaced? Well with the changes they should point to libdescrypt AFAIK... > - why does my libscrypt not understand DES passwords? libdescrypt understands both, perhaps libscrypt dose not... I think I read DES libs can read des and md5 but md5 cant read DES... > My make.conf says: > > NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links > NOPROFILE= true # Avoid compiling profiled libraries > MAKE_IDEA= YES # IDEA (128 bit symmetric encryption) > USA_RESIDENT= NO I dont think you should use NODESCRYPTLINKS since you want libdescrypt to be linked... USA_RESIDENT is redundant now... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message