Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2000 14:50:29 +0000 (GMT)
From:      Markko Merzin <markko@torn.eau.ee>
To:        Lauri Laupmaa <mauri@krabi.mbp.ee>
Cc:        stable@FreeBSD.ORG
Subject:   Re: passwd upgrade from linux ?
Message-ID:  <Pine.BSF.4.10.10009261419430.59030-100000@mail.torn.eau.ee>
In-Reply-To: <Pine.BSF.4.21.0009261539050.1692-100000@krabi.mbp.ee>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 26 Sep 2000, Lauri Laupmaa wrote:

> I'm going to upgrade ages old debian-bo linux to 4.1-STABLE
> Is it possible to import old users/passwords across ?

You may want to merge passwd and shadow files to master.passwd.

# /usr/lib/yp/yphelper -p /etc/passwd /etc/shadow | awk -F: '{
print($1":"$2":"$3":"$4":standard:0:0:"$5":"$6":"$7) }' > master.passwd


--
Markko




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10009261419430.59030-100000>