From owner-freebsd-questions@FreeBSD.ORG Fri Mar 9 03:51:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 453C916A401 for ; Fri, 9 Mar 2007 03:51:10 +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 1C2C313C428 for ; Fri, 9 Mar 2007 03:51:10 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from [172.23.10.40] (nat-service4.juniper.net [66.129.225.151]) (authenticated bits=0) by typhoon.enabled.com (8.14.0/8.14.0) with ESMTP id l293p7Lg092435 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 8 Mar 2007 19:51:07 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <45F0D9A7.8000201@enabled.com> Date: Thu, 08 Mar 2007 19:51:03 -0800 From: Noah User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) MIME-Version: 1.0 To: User Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: syncing user passwd information between servers 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: Fri, 09 Mar 2007 03:51:10 -0000 Hi, I am trying to figure out the Best admininstrative way to do the following: We have two FreeBSD 6.2 servers and want to keep the passwd files in sync so all the same users can log into each machine, their UID's match, and when the update the password on one machine the other machine gets the password. When we add the user to one machine then the other machine has an additional user too. What is the best scheme that we can devise to get this working technically well? Cheers, Noah