Date: Sat, 19 May 2007 13:05:33 -0400 From: "Zane C.B." <v.velox@vvelox.net> To: FreeBSD Security <freebsd-security@freebsd.org> Subject: PAM exec patch to allow PAM_AUTHTOK to be exported. Message-ID: <20070519130533.722e8b57@vixen42>
next in thread | raw e-mail | index | archive | help
--MP_u6Ez6K1aaOSxMD80oxi_PYu Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline I figure some one here may find this interesting. I just begun work on allowing a smb home directory to be automounted upon login. --MP_u6Ez6K1aaOSxMD80oxi_PYu Content-Type: text/x-patch; name=pam_exec.c.diff Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=pam_exec.c.diff --- pam_exec.c.orig Sat May 19 12:51:42 2007 +++ pam_exec.c Sat May 19 12:56:50 2007 @@ -57,6 +57,7 @@ ENV_ITEM(PAM_TTY), ENV_ITEM(PAM_RHOST), ENV_ITEM(PAM_RUSER), + ENV_ITEM(PAM_AUTHTOK), }; =20 static int --MP_u6Ez6K1aaOSxMD80oxi_PYu--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070519130533.722e8b57>