Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 1997 08:23:54 -0500 (CDT)
From:      Mark Tinguely <tinguely@plains.NoDak.edu>
To:        jasonm@barney.webace.com.au
Cc:        questions@FreeBSD.ORG
Subject:   Re: Linux and FreeBSD User Databases
Message-ID:  <199708141323.IAA25254@plains.NoDak.edu>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708141323.IAA25254>