summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2020-07-09 16:36:58 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2020-07-09 16:36:58 +0200
commit093e19024a069b747734cacb43ae72d23d495d33 (patch)
tree77f011e004313dd394f940da516e171bc2456fea
parent025f62adcd1fe0d74264f7ee28efc757b75d5152 (diff)
downloadmod_authnz_pam-093e19024a069b747734cacb43ae72d23d495d33.tar.gz
mod_authnz_pam-093e19024a069b747734cacb43ae72d23d495d33.tar.xz
mod_authnz_pam-093e19024a069b747734cacb43ae72d23d495d33.zip
Tagging 1.2.1 release.mod_authnz_pam-1.2.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 ca9c3d1..3064b33 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.2.0
+Version: 1.2.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
+* Thu Jul 09 2020 Jan Pazdziora <jpazdziora@redhat.com> - 1.2.1-1
+- Store password to cache only after passing all PAM checks, including account.
+
* Tue Jul 17 2018 Jan Pazdziora <jpazdziora@redhat.com> - 1.2.0-1
- Add support for mod_authn_socache.