https://bugzilla.mindrot.org/show_bug.cgi?id=2408
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #2846|0 |1 is obsolete| | Attachment #2980|0 |1 is obsolete| | CC| |[email protected] Attachment #2999| |ok?([email protected]) Flags| | --- Comment #11 from Damien Miller <[email protected]> --- Created attachment 2999 --> https://bugzilla.mindrot.org/attachment.cgi?id=2999&action=edit expose to PAM User authentication information is now available via SSH_USER_AUTH when sshd_config ExposeAuthInfo is enabled. The design drifted a little from the last patch: the environment variable now points to a file that contains the information rather than including it directly. This patch implements the PAM part. The authentication information is exposed to PAM session modules by a PAM environment variable SSH_USER_AUTH_0, the "0" being a version number in case we ever need to change the format. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
