From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 13:10:35 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97F3816A4B3 for ; Wed, 8 Oct 2003 13:10:35 -0700 (PDT) Received: from nexus.powweb.com (nexus.powweb.com [63.251.216.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2B4443FDD for ; Wed, 8 Oct 2003 13:10:34 -0700 (PDT) (envelope-from james@ytjameslee.com) Received: from ytjameslee.com (31.50.171.66.subscriber.vzavenue.net [66.171.50.31]) by nexus.powweb.com (Postfix) with ESMTP id 99427B907B; Wed, 8 Oct 2003 13:06:08 -0700 (PDT) Message-ID: <3F846F41.8050803@ytjameslee.com> Date: Wed, 08 Oct 2003 13:10:41 -0700 From: James Moser User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030917 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mark Tinguely References: <200310081322.h98DM3AV013070@casselton.net> In-Reply-To: <200310081322.h98DM3AV013070@casselton.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Encrypted Password Portability Between releases X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2003 20:10:35 -0000 Hey Mark, Thanks for your reply but I found the problem. It was in the programming and not the encryption... Mark Tinguely wrote: > James Moser writes: > > > >> ... If I encrypt on a 4.7 box will it work on a 4.8 >>system, just not the other way around? >> >> > >what is the entry in the "crypt_default" two OSes /etc/auth.conf files? > >I suspect the FreeBSD 4.8 is defaulting to MD5 encyption and the >FreeBSD 4.7 is knowledgable about DES encyption. MD5 passwords are >obvious because they start with "$1$" and they are longer than >DES encrypted passwords. > >Sounds like you are re-implementing YP/NIS (see: man 8 yp). > >--Mark Tinguely > >