From owner-cvs-all Thu Oct 17 19:37:42 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 794F937B401; Thu, 17 Oct 2002 19:37:41 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B09F43E8A; Thu, 17 Oct 2002 19:37:41 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9I2bUmV008804; Thu, 17 Oct 2002 19:37:30 -0700 (PDT) (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9I2bTwN008803; Thu, 17 Oct 2002 19:37:29 -0700 (PDT) Message-Id: <200210180237.g9I2bTwN008803@repoman.freebsd.org> From: Robert Watson Date: Thu, 17 Oct 2002 19:37:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/modules/pam_wheel pam_wheel.8 pam_wheel.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/10/17 19:37:29 PDT Modified files: lib/libpam/modules/pam_wheel pam_wheel.8 pam_wheel.c Log: Introduce 'exempt_if_empty' option to pam_wheel(8), which bypasses the group membership requirement if the group has no explicit members listed in /etc/group. By default, this group is the wheel group; setting this flag restores the default BSD behavior from 4.x. Reviewed by: markm Requested by: various Sponsored by: DARPA, Network Associates Laboratories Revision Changes Path 1.8 +10 -2 src/lib/libpam/modules/pam_wheel/pam_wheel.8 1.12 +9 -1 src/lib/libpam/modules/pam_wheel/pam_wheel.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message