From owner-cvs-lib Fri Apr 14 07:56:46 1995 Return-Path: cvs-lib-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA18496 for cvs-lib-outgoing; Fri, 14 Apr 1995 07:56:46 -0700 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA18476 ; Fri, 14 Apr 1995 07:56:32 -0700 Date: Fri, 14 Apr 1995 07:56:32 -0700 From: Bill Paul Message-Id: <199504141456.HAA18476@freefall.cdrom.com> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/gen getpwent.c Sender: cvs-lib-owner@freebsd.org Precedence: bulk wpaul 95/04/14 07:56:30 Modified: lib/libc/gen getpwent.c Log: Better conformance to SunOS behavior: if we can't match a user to one of the plus or minus lists at all, reject him. This lets you create a +@netgroup list of users that you want to admit and reject everybody else. If you end your +@netgroup list with the wildcard line (+:::::::::) then you'll have a +@netgroup list that remaps the specified people but leaves people not in any netgroup unaffected.