summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-01-08 03:25:36 -0500
committerJan Pazdziora <jpazdziora@redhat.com>2014-01-08 03:25:36 -0500
commit2af64d9996f64ba91cd7c9154840245868f8656a (patch)
tree923ac7f92c1395bec700138562a61f1108b32441
parent34abb53a91f5eec644c9367004a634b5b904b734 (diff)
downloadCGI-sessions-2af64d9996f64ba91cd7c9154840245868f8656a.tar.gz
CGI-sessions-2af64d9996f64ba91cd7c9154840245868f8656a.tar.xz
CGI-sessions-2af64d9996f64ba91cd7c9154840245868f8656a.zip
On /application/login2, try to PAM authenticate using the form submitted values.intercept-form-submit
-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>
+