Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2001 11:28:00 -0700
From:      Erick Mechler <emechler@techometer.net>
To:        "Haapanen, Tom" <tomh@metrics.com>
Cc:        freebsd-security@FreeBSD.ORG
Subject:   Re: FreeBSD 4.4 and DES
Message-ID:  <20011012112800.A9940@techometer.net>
In-Reply-To: <6B3C6B6F7AA2D511A35E0080C86993435962@syncro.metrics.com>; from Haapanen, Tom on Fri, Oct 12, 2001 at 01:59:59PM -0400
References:  <6B3C6B6F7AA2D511A35E0080C86993435962@syncro.metrics.com>

next in thread | previous in thread | raw e-mail | index | archive | help
:: 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011012112800.A9940>