From owner-freebsd-stable Wed Oct 4 13:18:54 2000 Delivered-To: freebsd-stable@freebsd.org Received: from modemcable101.200-201-24.mtl.mc.videotron.ca (modemcable140.61-201-24.mtl.mc.videotron.ca [24.201.61.140]) by hub.freebsd.org (Postfix) with SMTP id 77FE237B502 for ; Wed, 4 Oct 2000 13:18:52 -0700 (PDT) Received: (qmail 59430 invoked from network); 4 Oct 2000 20:18:51 -0000 Received: from patrak.local.mindstep.com (HELO PATRAK) (192.168.10.4) by jacuzzi.local.mindstep.com with SMTP; 4 Oct 2000 20:18:51 -0000 Message-ID: <001401c02e40$6608c7d0$040aa8c0@local.mindstep.com> From: "Patrick Bihan-Faou" To: "Max Khon" Cc: References: Subject: Re: passwd problem after builworld/installworld Date: Wed, 4 Oct 2000 16:19:28 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, ----- Original Message ----- From: "Max Khon" > > bash-2.03$ ls -l libcrypt* > > lrwxr-xr-x 1 root wheel 11 Oct 3 16:22 libcrypt.a -> libscrypt.a > > lrwxr-xr-x 1 root wheel 12 Oct 3 16:22 libcrypt.so -> libscrypt.so > > lrwxr-xr-x 1 root wheel 14 Oct 3 16:22 libcrypt.so.2 -> > > libscrypt.so.2 > > lrwxrwxrwx 1 root wheel 15 Jan 3 2000 libcrypt_p.a -> > > libdescrypt_p.a > > you do not have des in your libcrypt (libscrypt) > what we need is one single libcrypt with all cipher algorithms in it > (libcrypt == libdescrypt) This is very well, I am just confused as to what is present in which library. Should I install libscrypt or libdescrypt ? If I do not link libcrypt to libscrypt can I still use md5 passwords ? I thought that the new login.conf capability would be taking care this problem. But I guess I missed something. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message