Name: | mod_intercept_form_submit |
---|---|
Version: | 1.1.0 |
Release: | 1.el7 |
Architecture: | aarch64 |
Group: | System Environment/Daemons |
Size: | 89877 |
License: | ASL 2.0 |
RPM: | mod_intercept_form_submit-1.1.0-1.el7.aarch64.rpm |
Source RPM: | mod_intercept_form_submit-1.1.0-1.el7.src.rpm |
Build Date: | Thu May 03 2018 |
Build Host: | ca-buildarm01.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.