From 9ace62865869207b87d7e8639275432faa7e6fba Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Tue, 19 Nov 2013 16:53:27 +0800 Subject: Update .spec for version 0.8. --- mod_intercept_form_submit.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mod_intercept_form_submit.spec b/mod_intercept_form_submit.spec index e22d06b..f93d3b4 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.7 +Version: 0.8 Release: 1%{?dist} License: ASL 2.0 Group: System Environment/Daemons @@ -57,6 +57,12 @@ install -Dp -m 0644 intercept_form_submit.conf $RPM_BUILD_ROOT%{_httpd_confdir}/ %{_httpd_moddir}/*.so %changelog +* 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. +- Add support for InterceptFormClearRemoteUserForSkipped. +- Add support for InterceptFormPasswordRedact. + * Thu Nov 07 2013 Jan Pazdziora - 0.7-1 - Parse the input early enough to support CGI scripts. - Skip the authentication if REMOTE_USER is already set. -- cgit