summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-11-21 15:31:10 +0100
committerJan Pazdziora <jpazdziora@redhat.com>2016-11-22 11:36:30 +0100
commit4aad5713f0cf4ea56e6dc1f95ea82435d60cb811 (patch)
tree6fad7c70975162c1c6aa60b3702abe323bf9baa2
parentcdaaa88a4c9b516080555aa8b9f9df65ad0b5b90 (diff)
downloadCGI-sessions-master.tar.gz
CGI-sessions-master.tar.xz
CGI-sessions-master.zip
With mod_authnz_pam 1.0.0, expired password can cause temporary redirect.HEADendmaster
-rw-r--r--intercept_form_submit.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/intercept_form_submit.conf b/intercept_form_submit.conf
index ba80603..1826a74 100644
--- a/intercept_form_submit.conf
+++ b/intercept_form_submit.conf
@@ -1,9 +1,11 @@
+LoadModule authnz_pam_module modules/mod_authnz_pam.so
LoadModule intercept_form_submit_module modules/mod_intercept_form_submit.so
<Location /application/login2>
InterceptFormPAMService wikiapp
InterceptFormLogin login
InterceptFormPassword password
+#### AuthPAMExpiredRedirect https://some.ipa.server.test/ipa/ui/reset_password.html?url=%s
</Location>