summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2014-04-15 10:39:30 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2014-04-15 11:00:38 +0200
commitd65efefd864c1671a028a43179f14d8cf6e28402 (patch)
tree2dbf037a9705a89c4cfd88335fe15aa5c05ad162 /README
parent4c7b3a65841e8ee8e34d7686dab12db3f3cb05b1 (diff)
downloadmod_intercept_form_submit-d65efefd864c1671a028a43179f14d8cf6e28402.tar.gz
mod_intercept_form_submit-d65efefd864c1671a028a43179f14d8cf6e28402.tar.xz
mod_intercept_form_submit-d65efefd864c1671a028a43179f14d8cf6e28402.zip
Add support for InterceptFormLoginRealms.mod_intercept_form_submit-0.9.6
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
index 36c6986..603ba20 100644
--- a/README
+++ b/README
@@ -75,6 +75,20 @@ Optional parameters:
Default is off.
+ InterceptFormLoginRealms REALM1 [other REALM2]
+
+ List of realm/domain names to append to the login and try
+ in cycle when the login does not contain the '@' sign. This
+ can be used for force particular realms without users being
+ forced to enter them. Empty string can be used in the list
+ to explicitly try authentication without any realm.
+
+ This can be used with mod_auth_kerb's (default)
+ KrbMethodK5Passwd Off to present login names including realms
+ to web applications.
+
+ By default, not modifications to login happens.
+
Example:
LoadModule intercept_form_submit_module modules/mod_intercept_form_submit.so
@@ -86,6 +100,7 @@ Example:
InterceptFormLoginSkip admin
InterceptFormClearRemoteUserForSkipped on
InterceptFormPasswordRedact on
+ InterceptFormLoginRealms EXAMPLE.COM LAB.EXAMPLE.COM ''
</Location>
The PAM service needs to be configured. For the above shown