From owner-freebsd-questions@FreeBSD.ORG Sun Sep 3 21:22:09 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 2AFF516A4DF for ; Sun, 3 Sep 2006 21:22:09 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAB1E43D58 for ; Sun, 3 Sep 2006 21:22:05 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.10] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k83LLw1q083302 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 3 Sep 2006 14:21:59 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <44FB4757.1090602@enabled.com> Date: Sun, 03 Sep 2006 14:21:27 -0700 From: Noah User-Agent: Thunderbird 1.5.0.5 (Macintosh/20060719) MIME-Version: 1.0 To: Bill Moran References: <44FB3488.4070607@enabled.com> <20060903170520.881cff2e.wmoran@collaborativefusion.com> In-Reply-To: <20060903170520.881cff2e.wmoran@collaborativefusion.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:22:09 -0000 Bill Moran wrote: > 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. > > thank you kindly for your guidance. this is exactly the information I was looking for. cheers, noah