summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2016-03-29 15:56:29 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2016-05-06 14:04:23 +0200
commita2a7d80a6ad126877c372df59537ba6482f6b93a (patch)
treec177e214ea7c725c625b4b1c385ae91826716546 /README
parent163256e21b1728195034f067913a33f0f09d86d8 (diff)
downloadmod_intercept_form_submit-a2a7d80a6ad126877c372df59537ba6482f6b93a.tar.gz
mod_intercept_form_submit-a2a7d80a6ad126877c372df59537ba6482f6b93a.tar.xz
mod_intercept_form_submit-a2a7d80a6ad126877c372df59537ba6482f6b93a.zip
Add InterceptGETOnSuccess on|off.mod_intercept_form_submit-1.0.1
When the authentication using the POST data passes, the method of the request is internally changed to GET. This stops applications and frameworks that insist on running their own authentication on POST irrespective of REMOTE_USER value to think that they process GET method.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index d58b1f5..4b229ac 100644
--- a/README
+++ b/README
@@ -87,6 +87,14 @@ Optional parameters:
By default, no modifications to login happens.
+ InterceptGETOnSuccess on|off
+
+ When the authentication using the POST data passes, the
+ method of the request is internally changed to GET. This
+ stops applications and frameworks that insist on running
+ their own authentication on POST irrespective of REMOTE_USER
+ value to think that they process GET.
+
Example:
LoadModule intercept_form_submit_module modules/mod_intercept_form_submit.so
@@ -99,6 +107,7 @@ Example:
InterceptFormClearRemoteUserForSkipped on
InterceptFormPasswordRedact on
InterceptFormLoginRealms EXAMPLE.COM LAB.EXAMPLE.COM ''
+ InterceptGETOnSuccess on
</Location>
The PAM service needs to be configured. For the above shown
@@ -149,7 +158,7 @@ is logged and authentication does not take place.
License
-------
-Copyright 2013--2014 Jan Pazdziora
+Copyright 2013--2016 Jan Pazdziora
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.