From 2af64d9996f64ba91cd7c9154840245868f8656a Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Wed, 8 Jan 2014 03:25:36 -0500 Subject: On /application/login2, try to PAM authenticate using the form submitted values. --- intercept_form_submit.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 intercept_form_submit.conf (limited to 'intercept_form_submit.conf') diff --git a/intercept_form_submit.conf b/intercept_form_submit.conf new file mode 100644 index 0000000..ba80603 --- /dev/null +++ b/intercept_form_submit.conf @@ -0,0 +1,9 @@ + +LoadModule intercept_form_submit_module modules/mod_intercept_form_submit.so + + +InterceptFormPAMService wikiapp +InterceptFormLogin login +InterceptFormPassword password + + -- cgit