From 093e19024a069b747734cacb43ae72d23d495d33 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Thu, 9 Jul 2020 16:36:58 +0200 Subject: Tagging 1.2.1 release. --- mod_authnz_pam.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 1.2.1-1 +- Store password to cache only after passing all PAM checks, including account. + * Tue Jul 17 2018 Jan Pazdziora - 1.2.0-1 - Add support for mod_authn_socache. -- cgit