From owner-freebsd-questions@FreeBSD.ORG Mon Apr 28 08:09:45 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 2DB7937B401 for ; Mon, 28 Apr 2003 08:09:45 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E60443F3F for ; Mon, 28 Apr 2003 08:09:44 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.9/8.12.9) id h3SF9RXd086196; Mon, 28 Apr 2003 10:09:27 -0500 (CDT) (envelope-from dan) Date: Mon, 28 Apr 2003 10:09:27 -0500 From: Dan Nelson To: Antoine Jacoutot Message-ID: <20030428150927.GI22259@dan.emsphone.com> References: <200304281535.38756.amr@fccn.pt> <200304281642.26891.ajacoutot@lphp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304281642.26891.ajacoutot@lphp.org> X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.4i cc: amr@fccn.pt cc: freebsd-questions@freebsd.org Subject: Re: Sincronize /etc/passwd and /etc/yp/passwd.master 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, 28 Apr 2003 15:09:45 -0000 In the last episode (Apr 28), Antoine Jacoutot said: > > I'm trying to find an effective way to sincronize /etc/passwd.master and > > /etc/yp/passwd.master (at the same time) without having to force all local > > users to run two commands, passwd and yppasswd. > > Me too ! > > > Any ideia? > > No, but let me know if you find one... My solution is to never put a user in both /etc and /var/yp. Userids that are created by ports go into /etc, and all "real" users go into /var/yp. -- Dan Nelson dnelson@allantgroup.com