From owner-freebsd-questions Thu Aug 14 06:24:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id GAA16848 for questions-outgoing; Thu, 14 Aug 1997 06:24:22 -0700 (PDT) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA16842 for ; Thu, 14 Aug 1997 06:24:18 -0700 (PDT) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.5/8.8.5) id IAA25254; Thu, 14 Aug 1997 08:23:54 -0500 (CDT) Date: Thu, 14 Aug 1997 08:23:54 -0500 (CDT) From: Mark Tinguely Message-Id: <199708141323.IAA25254@plains.NoDak.edu> To: jasonm@barney.webace.com.au Subject: Re: Linux and FreeBSD User Databases Cc: questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I believe that Linux does not use a shadow password system (the encrypted password is in the /etc/passwd file). as root, do the following: # # add three colons after between group-id and geos info # awk -F: 'BEGIN{OFS=":"} {print $1,$2,$3,"::",$4,$5,$6,$7}' < /etc/Linux_passwd > /etc/master.passwd # # rebuild the database files and builds the /etc/passwd file # /usr/sbin/pwd_mkdb -p --mark.