From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 01:08:01 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F85037B401 for ; Mon, 16 Jun 2003 01:08:01 -0700 (PDT) Received: from server.sirtis.org.uk (dsl-217-155-170-59.zen.co.uk [217.155.170.59]) by mx1.FreeBSD.org (Postfix) with SMTP id 6D66443FCB for ; Mon, 16 Jun 2003 01:07:59 -0700 (PDT) (envelope-from jonathan@sirtis.org.uk) Received: (qmail 30211 invoked by uid 1006); 16 Jun 2003 08:07:54 -0000 Received: from jonathan@sirtis.org.uk by server.sirtis.org.uk by uid 1011 with qmail-scanner-1.15 spamassassin: 2.43. Clear:SA:0(-2.1/5.0):. Processed in 1.332026 secs); 16 Jun 2003 08:07:54 -0000 X-Spam-Status: No, hits=-2.1 required=5.0 Received: from unknown (HELO sirtis.org.uk) (webmail%sirtis.org.uk@217.155.170.58) by 0 with SMTP; 16 Jun 2003 08:07:53 -0000 Message-ID: <3EED7AE2.5010602@sirtis.org.uk> Date: Mon, 16 Jun 2003 09:08:02 +0100 From: Jonathan User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: rs1_9c98b83100d, rs2_0492abec4e2, rs3_cd142b81ab MIME-Version: 1.0 To: Richard Beyer References: <20030616143553.K52474@enterprise.another.com.au> <20030616053322.GA16347@ei.bzerk.org> <20030616173744.U52834@enterprise.another.com.au> In-Reply-To: <20030616173744.U52834@enterprise.another.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Moving users X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 08:08:01 -0000 Richard Beyer wrote: > Excellent! Thanks Ruben. > > Cheers, > Richard > > On Mon, 16 Jun 2003, Ruben de Groot wrote: > >>On Mon, Jun 16, 2003 at 02:40:02PM +1000, Richard Beyer typed: [snip]>>>I've added a test user to "Server-Source" and a test user to >>>"Server-Destination" and copied the password hash from >>>/etc/master.password on "Server-Source" and pasted it into master.password >>>on "Server-Destination", but the login fails. >> >>Have you rebuild the password database after modifying master.passwd ? >> >>pwd_mkdb /etc/master.passwd Instead of editing master.passwd directly, you might want to consider using "vipw" instead, which will do both the edit and the password file rebuild, saving your keyboard from wear :) - J