From owner-freebsd-questions Fri Oct 24 04:22:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09894 for questions-outgoing; Fri, 24 Oct 1997 04:22:25 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from elvis.vnet.net (elvis.vnet.net [166.82.1.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09888 for ; Fri, 24 Oct 1997 04:22:20 -0700 (PDT) (envelope-from rivers@dignus.com) Received: from ponds.dignus.com (ponds.vnet.net [166.82.177.48]) by elvis.vnet.net (8.8.5/8.8.4) with ESMTP id HAA28518; Fri, 24 Oct 1997 07:20:08 -0400 (EDT) Received: from lakes.dignus.com (lakes [10.0.0.3]) by ponds.dignus.com (8.8.5/8.8.5) with ESMTP id HAA27516; Fri, 24 Oct 1997 07:36:25 -0400 (EDT) Received: (from rivers@localhost) by lakes.dignus.com (8.8.5/8.6.9) id HAA12277; Fri, 24 Oct 1997 07:25:53 -0400 (EDT) Date: Fri, 24 Oct 1997 07:25:53 -0400 (EDT) From: Thomas David Rivers Message-Id: <199710241125.HAA12277@lakes.dignus.com> To: gnut@cki.ipri.kiev.ua, questions@FreeBSD.ORG Subject: Re: DES to MD5 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi! > > We're changing servers from SCO to FreeBSD, but freebsd > is alredy installed with MD5. Is there any way of converting > user passwords from DES to MD5? > > Thanx in advance. > > Bye. > You can install DES on your FreeBSD system and not have to do the conversion... The password files are different; but you should be able to simply grab the encrypted password entries from SCO and place them in a FreeBSD password file & have everything work. I share password entries in this fashion between HP/UX 9.05, AIX 3.2.5, SunOS 4.1 and Solaris 2 without any problems... - Dave Rivers -