summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 4ea8535..e260909 100644
--- a/README
+++ b/README
@@ -53,6 +53,14 @@ Optional parameters:
By default authentication will be attempted for all logins.
+ InterceptFormClearRemoteUserForSkipped on|off
+
+ When set to on and authentication is skipped for users
+ listed with InterceptFormLoginSkip, clears r->user and
+ REMOTE_USER.
+
+ Default is off.
+
InterceptFormPasswordRedact on|off
When set to on and authentication is attempted (no matter
@@ -68,6 +76,7 @@ Example:
InterceptFormLogin login[login]
InterceptFormPassword login[password]
InterceptFormLoginSkip admin
+ InterceptFormClearRemoteUserForSkipped on
InterceptFormPasswordRedact on
</Location>