Date: Thu, 24 May 2001 11:35:52 -0700 (PDT) From: Mark Murray <markm@FreeBSD.org> 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 Message-ID: <200105241835.f4OIZqL41208@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105241835.f4OIZqL41208>