summaryrefslogtreecommitdiffstats
path: root/intercept_form_submit.conf
blob: 1826a74e4fa86f74028aa09fe63ca9b1f269a8f4 (plain)
1
2
3
4
5
6
7
8
9
10
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>