From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 18:31:52 2004 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 3F75216A4CF for ; Mon, 11 Oct 2004 18:31:52 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id E10D443D54 for ; Mon, 11 Oct 2004 18:31:51 +0000 (GMT) (envelope-from wbierman@gmail.com) Received: by mproxy.gmail.com with SMTP id 80so150306rnk for ; Mon, 11 Oct 2004 11:31:45 -0700 (PDT) Received: by 10.38.179.17 with SMTP id b17mr1307399rnf; Mon, 11 Oct 2004 11:31:44 -0700 (PDT) Received: by 10.38.179.66 with HTTP; Mon, 11 Oct 2004 11:31:44 -0700 (PDT) Message-ID: Date: Mon, 11 Oct 2004 08:31:44 -1000 From: William Bierman To: freebsd-questions@freebsd.org In-Reply-To: <2b5f066d041011044746110d4e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041010.235204.4f07a9c7ff46fcd5.10.0.3.20@bugsgrief.net> <2b5f066d041011044746110d4e@mail.gmail.com> Subject: Re: NIS issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: William Bierman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Oct 2004 18:31:52 -0000 > Interesting...something that pops into my mind is something obvious > since it was stated in the handbook, but needs to be said > anyway...when you add stuff to the master.passwd file, do you re-make > the database? Also, if you follow the directions in the handbook, > they suggest you make a different master.passwd file in /var/yp to > store the accounts that go into nis....I re-wrote the make file > section for passwd.* and told it to look to /etc/passwd where the UID > is greater then 1000....and it works great for me...if you'd like a > copy of the entries in the Makefile, I'll send them to you. It sounds > like that's what's going on (and I've had endless students make this > mistake in class as well...it's a common one). Yes, I have re-made the database multiple times, and I have copied my master.passwd to /var/yp beforehand every time I did it. You make an interesting suggestion, however. Is there something magical about the number 1000 as it pertains to UIDs? All of my users have UIDs above this number. The very odd thing about this issue is the information that the server is giving out is not on the master anywhere that I can find. /var/yp/cluster/master.passwd.* (cluster is my NIS domain) seems to contain the current and correct information. I even attempted a find / -exec grep (on test -r files only) for this information, and came up with nothing. Thanks again for your assistance! Bill