From owner-freebsd-questions@FreeBSD.ORG Sat Oct 3 12:24:50 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A79D71065679 for ; Sat, 3 Oct 2009 12:24:50 +0000 (UTC) (envelope-from uwe@laverenz.de) Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.161]) by mx1.freebsd.org (Postfix) with ESMTP id 26E878FC12 for ; Sat, 3 Oct 2009 12:24:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1254572688; l=373; s=domk; d=laverenz.de; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References: Subject:To:MIME-Version:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH; bh=5QhIGlQWnStaGH/Jfrtt43UUq4w=; b=Oq4FpESCCZTUzJ8dMc3NaM4mVnW2xzS9FJq+2cds69YlJMrqbgm5m70VubaDz7p1iAq fX6QbT1z21o+o9grUH5XRfxBomrydMGzhibZGfIGV9CG8CTnv0Jbt4igHA8TI6Edhvk7W /ivtJxX95qRAS84plPg4Bw2u4C0o2INUkxE= X-RZG-AUTH: :LWgJfE6Id/4Sm/WkdV0gEbKL+/p/UjmosA/b4BPR0oc5Ok8I77Pc2A== X-RZG-CLASS-ID: mo00 Received: from athena.laverenz.de (91-67-3-52-dynip.superkabel.de [91.67.3.52]) by post.strato.de (fruni mo61) (RZmta 22.1) with ESMTP id o07037l93BfPEl for ; Sat, 3 Oct 2009 14:24:48 +0200 (MEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by athena.laverenz.de (Postfix) with ESMTP id DF3C4127BE6 for ; Sat, 3 Oct 2009 14:21:30 +0200 (CEST) Received: from athena.laverenz.de ([127.0.0.1]) by localhost (athena [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 31458-03-5 for ; Sat, 3 Oct 2009 14:21:29 +0200 (CEST) Received: from t42.laverenz.lan (unknown [192.168.23.142]) by athena.laverenz.de (Postfix) with ESMTP id BD6A3127BDF for ; Sat, 3 Oct 2009 14:21:29 +0200 (CEST) Message-ID: <4AC74287.6010805@laverenz.de> Date: Sat, 03 Oct 2009 14:24:39 +0200 From: Uwe Laverenz Organization: private site User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <80173.56174.qm@web56206.mail.re3.yahoo.com> <200910012345.n91NjCcK048650@banyan.cs.ait.ac.th> <20091002091507.GA19609@torus.slightlystrange.org> In-Reply-To: <20091002091507.GA19609@torus.slightlystrange.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at laverenz.de Subject: Re: migrating users from one machine to another machine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Oct 2009 12:24:50 -0000 Daniel Bye schrieb: > Or copy /etc/passwd from the old machine to the new one, and run > pwd_mkdb, which is essentially what vipw does anyway. This would not work, the file that contains the passwords and that should be copied is /etc/master.passwd. pwd_mkdb generates the /etc/passwd from this file. /etc/passwd dows not contain the encrypted passwords. Uwe