summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2021-03-30 08:55:10 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2021-03-30 08:55:10 +0200
commit577fb280dccf7459dd5613c88b137093e09524db (patch)
tree794576299ecc7f045f18128d10c286af375e0309
parentac3ebb23e3271f83be9a7976acd3d48e7a3d45b7 (diff)
downloadmod_authnz_pam-577fb280dccf7459dd5613c88b137093e09524db.tar.gz
mod_authnz_pam-577fb280dccf7459dd5613c88b137093e09524db.tar.xz
mod_authnz_pam-577fb280dccf7459dd5613c88b137093e09524db.zip
Tagging 1.2.2 release.mod_authnz_pam-1.2.2
-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 3064b33..0ebb20c 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.1
+Version: 1.2.2
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
+* Tue Mar 30 2021 Jan Pazdziora <jpazdziora@redhat.com> - 1.2.2-1
+- Use ap_get_useragent_host for interoperability with mod_remoteip.
+
* 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.