From owner-freebsd-questions Tue Aug 31 8:45:17 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dt011n65.san.rr.com (dt010nb9.san.rr.com [204.210.12.185]) by hub.freebsd.org (Postfix) with ESMTP id 7C80014E5D for ; Tue, 31 Aug 1999 08:45:12 -0700 (PDT) (envelope-from Doug@gorean.org) Received: from gorean.org (master [10.0.0.2]) by dt011n65.san.rr.com (8.9.3/8.8.8) with ESMTP id IAA17729; Tue, 31 Aug 1999 08:44:57 -0700 (PDT) (envelope-from Doug@gorean.org) Message-ID: <37CBF879.4E68ED41@gorean.org> Date: Tue, 31 Aug 1999 08:44:57 -0700 From: Doug Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.61 [en] (X11; U; FreeBSD 4.0-CURRENT-0826 i386) X-Accept-Language: en MIME-Version: 1.0 To: Robert Sowders Cc: freebsd-questions@FreeBSD.ORG Subject: Re: moving users from 2.2.6 to 3.2 release References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Robert Sowders wrote: > > I'm having a problem moving users from a 2.2.6 machine > to a new install on a 3.2 release machine. > > Is there a way to move the passwd files from the 2.2.6 machine > to the 3.2 machine. I tried moving the master.passwd file and > running vipw to no avail, the user passwords are invalid. > I ran pwd_mkdb -p and still no good. > I ran pwd_mkdb -C still no good. > > I give up how do you move accounts from the 2.2.6 machine to the > 3.2 machine and still retain the user passwords? This sounds like the classic "I installed DES on one machine and not the other" problem. Do all the passwords start with $1 as the first two characters? If not, that's the problem. You need to install the DES libraries on the new machine and you should be good to go. BTW, you want to use pwd_mkdb -p /etc/master.passwd to rebuild your databases, not vipw. Use vipw to edit the files, but that's not what you're doing here. Good luck, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message