From owner-freebsd-security Fri Oct 12 11: 3:42 2001 Delivered-To: freebsd-security@freebsd.org Received: from omega.metrics.com (omega.metrics.com [204.138.110.1]) by hub.freebsd.org (Postfix) with ESMTP id DC5A137B401 for ; Fri, 12 Oct 2001 11:03:34 -0700 (PDT) Received: from syncro.metrics.com (syncro.metrics.com [204.138.110.20]) by omega.metrics.com (8.9.3/8.9.3) with ESMTP id OAA01009 for ; Fri, 12 Oct 2001 14:03:34 -0400 (EDT) Received: by syncro.metrics.com with Internet Mail Service (5.5.2653.19) id <4TAC84CM>; Fri, 12 Oct 2001 14:00:05 -0400 Message-ID: <6B3C6B6F7AA2D511A35E0080C86993435962@syncro.metrics.com> From: "Haapanen, Tom" To: freebsd-security@FreeBSD.ORG Subject: FreeBSD 4.4 and DES Date: Fri, 12 Oct 2001 13:59:59 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Has anyone successfully got DES working with FreeBSD 4.4? I need this to get FrontPage 2002 server extensions running ... I managed to get through the FrontPage install process -- the 2002 extensions explicitly support FreeBSD, and I now get a few steps into the FrontPage-to-Apache connection. But I fail in the authentication process. I think this is because FrontPage uses DES, while FreeBSD 4.4 defaults to MD5. Or at least that's what my net.research tells me. So, fine, I used CVS to retrieve new DES crypto sources. I successfully built the libdescrypt* libraries, copied them to /usr/lib, and symlinked the libcrypt* libdescrypt* (four separate libraries). But when I try to change a password (plain old passwd command), i get an error: murcielago 125 # passwd tomh Changing local password for tomh. New password: Retype new password: passwd: cannot set password cipher: Undefined error: 0 passwd: /etc/master.passwd: unchanged murcielago 126 # I tried with a set of libdescrypt* libraries from a FreeBSD 4.1 system, and I get exactly the same error. Once I symlink libcrypt* back to the original files, all is well -- except that I have no luck with FrontPage. Can anyone point me in the right direction? Thanks ... Tom Haapanen tomh@motorsport.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message