From owner-freebsd-questions Thu Dec 2 11:26:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from benge.graphics.cornell.edu (benge.graphics.cornell.edu [128.84.247.43]) by hub.freebsd.org (Postfix) with ESMTP id 906C214CBA for ; Thu, 2 Dec 1999 11:26:22 -0800 (PST) (envelope-from mkc@benge.graphics.cornell.edu) Received: from benge.graphics.cornell.edu (mkc@localhost) by benge.graphics.cornell.edu (8.9.3/8.9.3) with ESMTP id OAA67489; Thu, 2 Dec 1999 14:26:09 -0500 (EST) (envelope-from mkc@benge.graphics.cornell.edu) Message-Id: <199912021926.OAA67489@benge.graphics.cornell.edu> To: "Art Neilson, WH7N" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: NIS (formerly yp) In-Reply-To: Message from "Art Neilson, WH7N" of "Thu, 02 Dec 1999 09:06:13 -1000." <3.0.6.32.19991202090613.008dc3d0@pop-server.hawaii.rr.com> Date: Thu, 02 Dec 1999 14:26:09 -0500 From: Mitch Collinsworth Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >How do I see the logical join of the client's >local /etc/passwd and the +@root-users from the NIS maps ? getpwent(3C) works. Or you can use getpwent in perl. >When/where does the expansion of the +@ stuff occur? When the database is queried. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message