summaryrefslogtreecommitdiffstats
path: root/mod_intercept_form_submit.spec
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-12-05 14:42:54 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-12-05 14:42:54 +0800
commitf8e9918916f95d603fe2cfd9d5e5b61c53ad4b44 (patch)
treed2a610b194d45a0483f84fbf0c824336878bd7e6 /mod_intercept_form_submit.spec
parent0a627d35147820e09ac1bd5b27993cdbd30df5ae (diff)
downloadmod_intercept_form_submit-f8e9918916f95d603fe2cfd9d5e5b61c53ad4b44.tar.gz
mod_intercept_form_submit-f8e9918916f95d603fe2cfd9d5e5b61c53ad4b44.tar.xz
mod_intercept_form_submit-f8e9918916f95d603fe2cfd9d5e5b61c53ad4b44.zip
Update .spec for version 0.9.mod_intercept_form_submit-0.9
Diffstat (limited to 'mod_intercept_form_submit.spec')
-rw-r--r--mod_intercept_form_submit.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec
index f93d3b4..17477a1 100644
--- a/mod_intercept_form_submit.spec
+++ b/mod_intercept_form_submit.spec
@@ -6,7 +6,7 @@
Summary: Apache module to intercept login form submission and run PAM authentication.
Name: mod_intercept_form_submit
-Version: 0.8
+Version: 0.9
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -57,6 +57,10 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/
%{_httpd_moddir}/*.so
%changelog
+* Thu Dec 05 2013 Jan Pazdziora - 0.9-1
+- Perform PAM account validation, not just authentication.
+- Support Content-Type with charset parameter.
+
* Tue Nov 19 2013 Jan Pazdziora - 0.8-1
- Populate r->user as well, not just REMOTE_USER.
- Set EXTERNAL_AUTH_ERROR variable upon PAM authentication error.