| Name: | mod_intercept_form_submit |
|---|---|
| Version: | 1.1.0 |
| Release: | 1.el7 |
| Architecture: | x86_64 |
| Group: | System Environment/Daemons |
| Size: | 44805 |
| License: | ASL 2.0 |
| RPM: | mod_intercept_form_submit-1.1.0-1.el7.x86_64.rpm |
| Source RPM: | mod_intercept_form_submit-1.1.0-1.el7.src.rpm |
| Build Date: | Thu Jun 01 2017 |
| Build Host: | x86-ol7-builder-01.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://www.adelton.com/apache/mod_intercept_form_submit/ |
| Summary: | Apache module to intercept login form submission and run PAM authentication |
| 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. |
- Rebase to upstream release 1.1.0.
- 1109923 - Fix module loading/configuration for Apache 2.4. - Document the runtime dependency on pam_authenticate_with_login_password. - Comment/code cleanup.
- No longer call lookup_identity_hook explicitly, hook order does the same. - Silence compile warnings by specifying C99.
- Add support for InterceptFormLoginRealms.
- 1058809 - .spec changes for Fedora package review.