summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-10-30 18:47:01 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-10-31 16:01:31 +0800
commit376463a877317ded17c4c04639e87780cd64ad71 (patch)
treef82806311729d86f64a108c344de75d0476ec87c
parent5f5e7e9110ceb246c949918a9fdf1a44acc20c47 (diff)
downloadmod_intercept_form_submit-376463a877317ded17c4c04639e87780cd64ad71.tar.gz
mod_intercept_form_submit-376463a877317ded17c4c04639e87780cd64ad71.tar.xz
mod_intercept_form_submit-376463a877317ded17c4c04639e87780cd64ad71.zip
Example configuration file.
-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..b67de56
--- /dev/null
+++ b/intercept_form_submit.conf
@@ -0,0 +1,9 @@
+
+# LoadModule intercept_form_submit_module modules/mod_intercept_form_submit.so
+#
+# <Location /login>
+# InterceptFormPAMService http_application_sss
+# InterceptFormLogin user_login
+# InterceptFormPassword user_password
+# </Location>
+