diff options
author | Jan Pazdziora <jpazdziora@redhat.com> | 2014-01-08 03:25:36 -0500 |
---|---|---|
committer | Jan Pazdziora <jpazdziora@redhat.com> | 2014-01-08 03:25:36 -0500 |
commit | 2af64d9996f64ba91cd7c9154840245868f8656a (patch) | |
tree | 923ac7f92c1395bec700138562a61f1108b32441 | |
parent | 34abb53a91f5eec644c9367004a634b5b904b734 (diff) | |
download | CGI-sessions-intercept-form-submit.tar.gz CGI-sessions-intercept-form-submit.tar.xz CGI-sessions-intercept-form-submit.zip |
On /application/login2, try to PAM authenticate using the form submitted values.intercept-form-submit
-rw-r--r-- | intercept_form_submit.conf | 9 |
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> + |