From owner-freebsd-questions Sun Feb 11 16:33: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tmd.df.ru (cr219023-a.rchrd1.on.wave.home.com [24.43.203.140]) by hub.freebsd.org (Postfix) with ESMTP id A8D8C37B401 for ; Sun, 11 Feb 2001 16:32:58 -0800 (PST) Received: by tmd.df.ru (Postfix, from userid 1001) id 41025F61C; Sun, 11 Feb 2001 19:32:53 -0500 (EST) Date: Sun, 11 Feb 2001 19:32:52 -0500 From: Vlad To: freebsd-questions@freebsd.org Subject: how to get MD5 working!? Message-ID: <20010211193252.A10313@tmd.df.ru> Mail-Followup-To: Vlad , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 4.2-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG re. i have the following in /etc/login.conf: default:\ :passwd_format=md5:\ what i am confused about is the following: root@~> ls -la /usr/lib/libcr* rwxr-xr-x 1 root wheel 13 Feb 8 10:23 /usr/lib/libcrypt.a -> libdescrypt.a lrwxr-xr-x 1 root wheel 14 Feb 8 10:23 /usr/lib/libcrypt.so -> libdescrypt.so lrwxr-xr-x 1 root wheel 16 Feb 8 10:23 /usr/lib/libcrypt.so.2 -> libdescrypt.so.2 lrwxr-xr-x 1 root wheel 15 Feb 8 10:23 /usr/lib/libcrypt_p.a -> libdescrypt_p.a -r--r--r-- 1 root wheel 1259976 Feb 8 10:35 /usr/lib/libcrypto.a lrwxr-xr-x 1 root wheel 14 Feb 8 10:35 /usr/lib/libcrypto.so -> libcrypto.so.1 -r--r--r-- 1 root wheel 782240 Feb 8 10:35 /usr/lib/libcrypto.so.1 -r--r--r-- 1 root wheel 1341920 Feb 8 10:35 /usr/lib/libcrypto_p.a another confusion comes with adding a user.. if "adduser" is used, the following entry appears: alek:l9He1OwE0Kq1w:1000:100::0:0:alek:/home/alek:/usr/local/bin/zsh however, if i use "enteruser" then the following appears: alek1:$1$tmPXhs5D$taefv4YM1njR1z0O8dQdT.:1008:100::0:0:alek:/home/alek1:/usr/local/bin/zsh which one is MD5 and which one is DES. also, how do i link libcrypto to libmd5 (or something)? thanks for any advice. - -- tmd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message