From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 06:22:08 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 48F5C16A4B3 for ; Wed, 8 Oct 2003 06:22:08 -0700 (PDT) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBB9743FBD for ; Wed, 8 Oct 2003 06:22:04 -0700 (PDT) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.12.9/8.12.9) with ESMTP id h98DM3sB013071; Wed, 8 Oct 2003 08:22:03 -0500 (CDT) (envelope-from tinguely@casselton.net) Received: (from tinguely@localhost) by casselton.net (8.12.9/8.12.8/Submit) id h98DM3AV013070; Wed, 8 Oct 2003 08:22:03 -0500 (CDT) Date: Wed, 8 Oct 2003 08:22:03 -0500 (CDT) From: Mark Tinguely Message-Id: <200310081322.h98DM3AV013070@casselton.net> To: freebsd-questions@freebsd.org, james@ytjameslee.com In-Reply-To: <44brstmcdr.fsf@be-well.ilk.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 13:22:08 -0000 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