From owner-cvs-all Thu May 24 11:35:57 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0297537B424; Thu, 24 May 2001 11:35:53 -0700 (PDT) (envelope-from markm@FreeBSD.org) Received: (from markm@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4OIZqL41208; Thu, 24 May 2001 11:35:52 -0700 (PDT) (envelope-from markm) Message-Id: <200105241835.f4OIZqL41208@freefall.freebsd.org> From: Mark Murray Date: Thu, 24 May 2001 11:35:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpam/libpam pam_mod_misc.h pam_std_option.c src/lib/libpam/modules/pam_unix pam_unix.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 markm 2001/05/24 11:35:52 PDT Modified files: lib/libpam/libpam pam_mod_misc.h pam_std_option.c lib/libpam/modules/pam_unix pam_unix.c Log: Add the "auth_as_self" option to the pam_unix module (there is no reason not to add it to others later). This causes the pam_unix module to check the user's _own_ password, not the password of the account that the user is authenticating into. This will allow eg: WHEELSU type behaviour from su(1). Revision Changes Path 1.2 +2 -1 src/lib/libpam/libpam/pam_mod_misc.h 1.2 +2 -1 src/lib/libpam/libpam/pam_std_option.c 1.5 +9 -4 src/lib/libpam/modules/pam_unix/pam_unix.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message