From owner-freebsd-bugs Mon Jun 5 08:47:16 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id IAA08690 for bugs-outgoing; Mon, 5 Jun 1995 08:47:16 -0700 Received: from leibniz.math.psu.edu (root@leibniz.math.psu.edu [146.186.130.2]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id IAA08684 for ; Mon, 5 Jun 1995 08:47:14 -0700 Received: from napier.math.psu.edu (wilcox@napier.math.psu.edu [146.186.132.4]) by leibniz.math.psu.edu (8.6.10/8.6.9) with ESMTP id LAA04514 for ; Mon, 5 Jun 1995 11:47:12 -0400 Received: from localhost (wilcox@localhost) by napier.math.psu.edu (8.6.10/8.6.9) with ESMTP id LAA07081 for ; Mon, 5 Jun 1995 11:47:11 -0400 Message-Id: <199506051547.LAA07081@napier.math.psu.edu> X-Mailer: exmh version 1.5.3 12/28/94 To: freebsd-bugs@FreeBSD.org Subject: bug in NIS/passwd Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 05 Jun 1995 11:47:10 -0400 From: Ken Wilcox Sender: bugs-owner@FreeBSD.org Precedence: bulk I don't know which one it is in, but I will explain the problem. We have a group of suns that are all configured alike and running NIS, etc. I got freebsd and loaded it up with yp and amd to run just as our suns do and it works nice except for one problem. This is how we do restrictions on logins. /etc/passwd +@staff::0:0::: +::65534:65534:::/usr/new/misc/message When I try to do this on my bsd machine, everyones shell is /usr/new/misc/message and it looks like it just totally disregarded the staff line. It makes no difference where you put the line either. Has anyone experienced this problem? -Ken Wilcox