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
[-- Attachment #1 --] I figure some one here may find this interesting. I just begun work on allowing a smb home directory to be automounted upon login. [-- Attachment #2 --] --- 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), }; static int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070519130533.722e8b57>
