summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2015-11-10 11:58:38 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2015-11-10 11:58:38 +0100
commit6f0e8298a5c84ca557f79c5ead2fb6e8994274b4 (patch)
treefe62eab8539cff59ad5935e76f75616947a373ac
parent6de21466287c3e77850ab1d66f076405971ba4f3 (diff)
downloadmod_authnz_pam-6f0e8298a5c84ca557f79c5ead2fb6e8994274b4.tar.gz
mod_authnz_pam-6f0e8298a5c84ca557f79c5ead2fb6e8994274b4.tar.xz
mod_authnz_pam-6f0e8298a5c84ca557f79c5ead2fb6e8994274b4.zip
Tagging 1.0.1 release.mod_authnz_pam-1.0.1
-rw-r--r--mod_authnz_pam.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec
index 3ffa2e0..a2f51b6 100644
--- a/mod_authnz_pam.spec
+++ b/mod_authnz_pam.spec
@@ -7,7 +7,7 @@
Summary: PAM authorization checker and PAM Basic Authentication provider
Name: mod_authnz_pam
-Version: 1.0.0
+Version: 1.0.1
Release: 1%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
@@ -64,6 +64,9 @@ install -Dp -m 0644 authnz_pam.confx $RPM_BUILD_ROOT%{_httpd_confdir}/authnz_pam
%{_httpd_moddir}/*.so
%changelog
+* Tue Nov 10 2015 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.1-1
+- Fix handling of pre-auth / OTP / 2FA situations.
+
* Thu Jun 25 2015 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-1
- Add support for AuthPAMExpiredRedirect.