From owner-freebsd-questions Mon May 13 10:26:18 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA06230 for questions-outgoing; Mon, 13 May 1996 10:26:18 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA06177 for ; Mon, 13 May 1996 10:26:06 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id SAA14478 ; Mon, 13 May 1996 18:20:43 +0100 (BST) To: Paul Walsh cc: questions@FreeBSD.ORG From: "Gary Palmer" Subject: Re: md5 for web passwords In-reply-to: Your message of "Mon, 13 May 1996 12:30:58 BST." <31971D72.6ADF@nation-net.com> Date: Mon, 13 May 1996 18:20:42 +0100 Message-ID: <14476.832008042@palmer.demon.co.uk> Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paul Walsh wrote in message ID <31971D72.6ADF@nation-net.com>: > Have been trying to compile things like htpasswd and change-passwd for > web users and am getting _crypt errors in compile. Is this a DES vs md5 > problem and is there a fix to use md5 ?? Nope, you just need to add a `-lcrypt' to your compiler command line to pick up the crypt libraries. Of course, with md5 passwords being longer than normal DES passwords, you may still have problems... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD - Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info.