Rebase to 1.0.1.

This commit is contained in:
Jan Pazdziora 2015-11-10 13:06:32 +01:00
parent 9bc08b0ec9
commit b4c166b5c6
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <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
- Rebase to 1.0.0.
- Add support for AuthPAMExpiredRedirect.

View File

@ -1 +1 @@
09bfea3099c0242314f72f875dcf2fec mod_authnz_pam-1.0.0.tar.gz
80ba85977d8a5f0bb7139568cf9b08c5 mod_authnz_pam-1.0.1.tar.gz