summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-11-05 12:46:06 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-11-07 08:04:30 +0800
commit23a9139dcfadd4dc575e5d963df3e8b884eeb672 (patch)
treed15de6d33a1cdc716eb7094c8888cdd6ea8107e4 /README
parent03078d56896b6fb17149f7f162e5049fc281c8a8 (diff)
downloadmod_intercept_form_submit-23a9139dcfadd4dc575e5d963df3e8b884eeb672.tar.gz
mod_intercept_form_submit-23a9139dcfadd4dc575e5d963df3e8b884eeb672.tar.xz
mod_intercept_form_submit-23a9139dcfadd4dc575e5d963df3e8b884eeb672.zip
If REMOTE_USER is already set (presumably by previous module), skip.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 2c6f118..2fe5b80 100644
--- a/README
+++ b/README
@@ -5,7 +5,9 @@ Apache module mod_intercept_form_submit
Apache module to intercept submission of application login forms. It
retrieves the login and password information from the POST HTTP
request, runs PAM authentication with those credentials, and sets the
-REMOTE_USER environment variable if the authentication passes.
+REMOTE_USER environment variable if the authentication passes. If the
+REMOTE_USER is already set (presumably by some previous module), no
+authentication takes place.
Module configuration
--------------------