From owner-freebsd-hackers Sun Mar 30 11:42:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08267 for hackers-outgoing; Sun, 30 Mar 1997 11:42:01 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id LAA08262 for ; Sun, 30 Mar 1997 11:41:58 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id MAA08284; Sun, 30 Mar 1997 12:25:35 -0700 From: Terry Lambert Message-Id: <199703301925.MAA08284@phaeton.artisoft.com> Subject: Re: Switching to FreeBSD To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Sun, 30 Mar 1997 12:25:35 -0700 (MST) Cc: michaelh@cet.co.jp, irq@stepahead.net, hackers@freebsd.org In-Reply-To: <5841.859702394@time.cdrom.com> from "Jordan K. Hubbard" at Mar 29, 97 10:13:14 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > FreeBSD passwords aren't in /etc/passwd, they're in a db. You need to > > Well, to be more accurate - they're shadowed in /etc/passwd but > actually in /etc/master.passwd (from which the db is built). > > If you have DES style passwords on your Linux box, just make sure > that the DES distribution is installed on your FreeBSD box then > copy the entries into /etc/master.passwd using vipw(1). When > you're done adjusting the entries to taste (home directory, GCOS > field changes, etc), vipw will rebuild the databases automatically. Even more accurately, there is a shell script to do this conversion, including fixing the field differences. The shell script is in the -questions and -hackers list archives. Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.