summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--intercept_form_submit.conf9
1 files changed, 9 insertions, 0 deletions
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
+
+<Location /application/login2>
+InterceptFormPAMService wikiapp
+InterceptFormLogin login
+InterceptFormPassword password
+</Location>
+