From b4c166b5c6aaf486fc24ad99511da2d6f3e0a517 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Nov 10 2015 12:06:32 +0000 Subject: Rebase to 1.0.1. --- diff --git a/.gitignore b/.gitignore index 764c4b3..53cb79b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /mod_authnz_pam-0.9.2.tar.gz /mod_authnz_pam-0.9.3.tar.gz /mod_authnz_pam-1.0.0.tar.gz +/mod_authnz_pam-1.0.1.tar.gz diff --git a/mod_authnz_pam.spec b/mod_authnz_pam.spec index d8699ea..e06bc1f 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: 3%{?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 - 1.0.1-1 +- Fix handling of pre-auth / OTP / 2FA situations. + * Thu Jun 25 2015 Jan Pazdziora - 1.0.0-1 - Rebase to 1.0.0. - Add support for AuthPAMExpiredRedirect. diff --git a/sources b/sources index 9984cac..bfbdedb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09bfea3099c0242314f72f875dcf2fec mod_authnz_pam-1.0.0.tar.gz +80ba85977d8a5f0bb7139568cf9b08c5 mod_authnz_pam-1.0.1.tar.gz