From owner-freebsd-current@FreeBSD.ORG Wed Apr 23 14:05:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C759E37B401 for ; Wed, 23 Apr 2003 14:05:48 -0700 (PDT) Received: from symbion.srrc.usda.gov (symbion.srrc.usda.gov [199.133.86.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA92743FA3 for ; Wed, 23 Apr 2003 14:05:47 -0700 (PDT) (envelope-from gjohnson@srrc.ars.usda.gov) Received: from node1.cluster.srrc.usda.gov (localhost [127.0.0.1]) by symbion.srrc.usda.gov (8.12.9/8.12.9) with ESMTP id h3NL5iiW001702 for ; Wed, 23 Apr 2003 16:05:44 -0500 (CDT) (envelope-from glenn@node1.cluster.srrc.usda.gov) Received: (from glenn@localhost)h3NL5dP7001701 for current@freebsd.org; Wed, 23 Apr 2003 16:05:39 -0500 (CDT) (envelope-from glenn) Date: Wed, 23 Apr 2003 16:05:39 -0500 From: Glenn Johnson To: current@freebsd.org Message-ID: <20030423210539.GA1348@node1.cluster.srrc.usda.gov> Mail-Followup-To: Glenn Johnson , current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: groups wrong on NIS clients X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 21:05:49 -0000 With today's -current, the group entries for users are not being carried over to the NIS clients. I rebuilt the NIS maps. On the NIS server machine, which has a complete group file for the network, the output of 'groups' for my user account is: glenn wheel kmem operator cluster On the NIS client machines, I have +:*:: in the /etc/group file. Here is the output of groups on an NIS client: glenn Here is the output of 'ypcat group' (edited to just show my account) on an NIS client. kmem:*:2:glenn cluster:*:1000:glenn operator:*:5:root,glenn wheel:*:0:root,glenn I know this is because of the recent NSS commits but what do I need to do to fix this. -- Glenn Johnson USDA, ARS, SRRC Phone: (504) 286-4252 New Orleans, LA 70124 e-mail: gjohnson@srrc.ars.usda.gov