From owner-freebsd-security Fri Oct 12 12:56:22 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 3746637B403 for ; Fri, 12 Oct 2001 12:56:16 -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 PAA06084; Fri, 12 Oct 2001 15:56:09 -0400 (EDT) Received: by syncro.metrics.com with Internet Mail Service (5.5.2653.19) id <4TAC84GJ>; Fri, 12 Oct 2001 15:52:39 -0400 Message-ID: <6B3C6B6F7AA2D511A35E0080C86993435969@syncro.metrics.com> From: "Haapanen, Tom" To: "'Erick Mechler'" Cc: freebsd-security@FreeBSD.ORG Subject: RE: FreeBSD 4.4 and DES Date: Fri, 12 Oct 2001 15:52:28 -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 Ah-ha! That's all I needed to get DES working ... Is this the -current man page? Also, the handbook still talks about symlinking libraries ... that's how I got onto that track. Thanks, Erick (and others who made helpful suggestions) Tom Haapanen tomh@metrics.com -----Original Message----- From: Erick Mechler [mailto:emechler@techometer.net] Sent: Friday, 12 October, 2001 14:28 To: Haapanen, Tom Cc: freebsd-security@FreeBSD.ORG Subject: Re: FreeBSD 4.4 and DES :: Has anyone successfully got DES working with FreeBSD 4.4? I need this to :: get FrontPage 2002 server extensions running ... The correct place to make the change is in login.conf. From the manpage, under the AUTHENTICATION section... passwd_format string md5 The encryption format that new or changed passwords will use. Valid values include "des", "md5" and "blf". NIS clients using a non-FreeBSD NIS server should probably use "des". The libcrypt libraries that ship with 4.4 (actually, they were committed sometime in 4.3-STABLE, I do believe) contain the code for both md5 and des, so there's no need to have separate libraries anymore (see crypt(3)). I might suggest creating a separate login class for your FrontPage users that uses des, and continue using md5 for everyone else. Cheers - Erick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message