summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2013-11-04 13:02:39 +0800
committerJan Pazdziora <jpazdziora@redhat.com>2013-11-04 13:02:39 +0800
commit8a6c9d2183619e884d49693a0fbe8c00b9359bc5 (patch)
treefe80f0a9ce1e1264ec1d091af64c6b7f7a5dfb9e /README
parent33b5c65129a952a7549756013dd6e7eedb697a48 (diff)
downloadmod_intercept_form_submit-8a6c9d2183619e884d49693a0fbe8c00b9359bc5.tar.gz
mod_intercept_form_submit-8a6c9d2183619e884d49693a0fbe8c00b9359bc5.tar.xz
mod_intercept_form_submit-8a6c9d2183619e884d49693a0fbe8c00b9359bc5.zip
Introduce InterceptFormLoginSkip to be able to specify login blacklists.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 07772d5..2c6f118 100644
--- a/README
+++ b/README
@@ -31,12 +31,18 @@ specify three values:
All three parameters need to be specified or the interception will not
be enabled.
+Optionally, list of logins to ignore (never attempt to authenticate)
+can be specified:
+
+ InterceptFormLoginSkip one_login or_more_logins
+
Example:
<Location /users/login>
InterceptFormPAMService http_application_sss
InterceptFormLogin login[login]
InterceptFormPassword login[password]
+ InterceptFormLoginSkip admin
</Location>
The PAM service needs to be configured. For the above shown