mod_intercept_form_submit - Apache module to intercept login form submission and run PAM authentication
Website: | http://www.adelton.com/apache/mod_intercept_form_submit/ |
---|---|
License: | ASL 2.0 |
- Description:
mod_intercept_form_submit can intercept submission of application login forms. It retrieves the login and password information from the POST HTTP request, runs PAM authentication with those credentials, and sets the REMOTE_USER environment variable if the authentication passes.
Packages
mod_intercept_form_submit-0.9.7-1.el6.x86_64 [17 KiB] |
Changelog
by Jan Pazdziora (2014-05-13):
- No longer call lookup_identity_hook explicitly, hook order does the same. - Silence compile warnings by specifying C99. |