From owner-freebsd-questions@FreeBSD.ORG Sun Sep 3 21:05:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1A46C16A4E2 for ; Sun, 3 Sep 2006 21:05:24 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAD5443D53 for ; Sun, 3 Sep 2006 21:05:22 +0000 (GMT) (envelope-from wmoran@collaborativefusion.com) Received: from localhost (monrovll-cuda1-24-53-251-44.pittpa.adelphia.net [24.53.251.44]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Sun, 03 Sep 2006 17:05:21 -0400 id 00056403.44FB4391.0000C6E6 Date: Sun, 3 Sep 2006 17:05:20 -0400 From: Bill Moran To: Noah Message-Id: <20060903170520.881cff2e.wmoran@collaborativefusion.com> In-Reply-To: <44FB3488.4070607@enabled.com> References: <44FB3488.4070607@enabled.com> Organization: Collaborative Fusion X-Mailer: Sylpheed version 2.2.6 (GTK+ 2.8.20; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: ensuring the same group and user IDs 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: Sun, 03 Sep 2006 21:05:24 -0000 Noah wrote: > > Hi there, > > How can I ensure the user and group IDs are the same between two systems > without breaking things? > > Is it as easy to copy /etc/group and /etc/passwd and /etc/master.passwd > between machines? Yes, but read the man page for pwd_mkdb first. Other than that, it works fine. If you're going to be doing this on a larger scale, look into Kerberos or similar. -- Bill Moran Someting happened or something.