Rebase to 1.0.1.
This commit is contained in:
parent
9bc08b0ec9
commit
b4c166b5c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/mod_authnz_pam-0.9.2.tar.gz
|
/mod_authnz_pam-0.9.2.tar.gz
|
||||||
/mod_authnz_pam-0.9.3.tar.gz
|
/mod_authnz_pam-0.9.3.tar.gz
|
||||||
/mod_authnz_pam-1.0.0.tar.gz
|
/mod_authnz_pam-1.0.0.tar.gz
|
||||||
|
/mod_authnz_pam-1.0.1.tar.gz
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Summary: PAM authorization checker and PAM Basic Authentication provider
|
Summary: PAM authorization checker and PAM Basic Authentication provider
|
||||||
Name: mod_authnz_pam
|
Name: mod_authnz_pam
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Daemons
|
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
|
%{_httpd_moddir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 25 2015 Jan Pazdziora <jpazdziora@redhat.com> - 1.0.0-1
|
||||||
- Rebase to 1.0.0.
|
- Rebase to 1.0.0.
|
||||||
- Add support for AuthPAMExpiredRedirect.
|
- Add support for AuthPAMExpiredRedirect.
|
||||||
|
Loading…
Reference in New Issue
Block a user