From owner-freebsd-hackers Wed Aug 20 16:39:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA16167 for hackers-outgoing; Wed, 20 Aug 1997 16:39:56 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA16162 for ; Wed, 20 Aug 1997 16:39:52 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA21196; Wed, 20 Aug 1997 16:30:28 -0700 From: Terry Lambert Message-Id: <199708202330.QAA21196@phaeton.artisoft.com> Subject: Re: yp and adduser To: kuku@gilberto.physik.RWTH-Aachen.DE (Christoph Kukulies) Date: Wed, 20 Aug 1997 16:30:28 -0700 (MST) Cc: freebsd-hackers@freefall.FreeBSD.org In-Reply-To: <199708200700.JAA02450@gil.physik.rwth-aachen.de> from "Christoph Kukulies" at Aug 20, 97 09:00:37 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > When I do an adduser in a NIS/YP environment, that is, on the NIS > master, shouldn't the yp databases be updated automatically? > > I added a user using /usr/sbin/adduser and that user could not login > at the clients until I explicitly did a make in /var/yp. > > (my MASTER_PASSWD is /etc/master.passwd, btw.) It is possible for these to be seperate. The problem is the lack of an event notification when they are not. This is not really a big issue, unless you are adding one user at a time, since an administrative task of adding a bunch of users should be terminated by the asmin doing the make (it doesn't make sense to do it 1000 times after adding 1000 users. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.