From 4aad5713f0cf4ea56e6dc1f95ea82435d60cb811 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Mon, 21 Nov 2016 15:31:10 +0100 Subject: With mod_authnz_pam 1.0.0, expired password can cause temporary redirect. --- intercept_form_submit.conf | 2 ++ 1 file changed, 2 insertions(+) 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 InterceptFormPAMService wikiapp InterceptFormLogin login InterceptFormPassword password +#### AuthPAMExpiredRedirect https://some.ipa.server.test/ipa/ui/reset_password.html?url=%s -- cgit