From owner-freebsd-questions Sun Dec 17 8:25:46 2000 From owner-freebsd-questions@FreeBSD.ORG Sun Dec 17 08:25:45 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mail.ottawa.com (mail.ottawa.com [209.217.94.166]) by hub.freebsd.org (Postfix) with ESMTP id 7BB0E37B400 for ; Sun, 17 Dec 2000 08:25:44 -0800 (PST) Received: (from ottawa@localhost) by mail.ottawa.com (8.9.2-aidan/8.9.2) id LAA21922; Sun, 17 Dec 2000 11:27:03 -0500 (EST) Date: Sun, 17 Dec 2000 11:27:03 -0500 (EST) Message-Id: <200012171627.LAA21922@mail.ottawa.com> To: freebsd-questions@FreeBSD.ORG From: Mark Livingstone Subject: MD5 and DES?! X-Account: 18923 X-Sender-IP: 24.43.203.140 Mime-Version: 1.0 Content-Type: text/plain Sender: 18923@mail.ottawa.com Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've just altered my login.conf to utilize MD5 for password encryption. However, I have no idea what to do with libcrypt* since they are linked to libdescrypt: lrwxr-xr-x 1 root wheel 13 Nov 27 11:01 /usr/lib/libcrypt.a -> libdescrypt.a lrwxr-xr-x 1 root wheel 14 Nov 27 11:01 /usr/lib/libcrypt.so -> libdescrypt.so lrwxr-xr-x 1 root wheel 16 Nov 27 11:01 /usr/lib/libcrypt.so.2 -> libdescrypt.so.2 lrwxr-xr-x 1 root wheel 15 Nov 27 11:01 /usr/lib/libcrypt_p.a -> libdescrypt_p.a -r--r--r-- 1 root wheel 1259976 Nov 27 11:14 /usr/lib/libcrypto.a lrwxr-xr-x 1 root wheel 14 Nov 27 11:14 /usr/lib/libcrypto.so -> libcrypto.so.1 -r--r--r-- 1 root wheel 782240 Nov 27 11:14 /usr/lib/libcrypto.so.1 -r--r--r-- 1 root wheel 1341920 Nov 27 11:14 /usr/lib/libcrypto_p.a how do i change them to be linked against MD5? reboot is necessary after/for that? Get your Free email at http://mail.ottawa.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message