summaryrefslogtreecommitdiff
path: root/plugins/CasAuthentication/CasAuthenticationPlugin.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-03-02 15:09:28 -0500
committerCraig Andrews <candrews@integralblue.com>2010-03-02 15:10:30 -0500
commit380439ba77c305a2e74c2329d7d34f9eba0a957e (patch)
tree449246bf957f81530f6c7fb6b06c55ef3de2ce99 /plugins/CasAuthentication/CasAuthenticationPlugin.php
parentf65478b624f485098eb1675572357af2f3ca5c40 (diff)
Redirect to main page when transparent SSO is in place for the CAS plugin (which is what the user expects)
Diffstat (limited to 'plugins/CasAuthentication/CasAuthenticationPlugin.php')
-rw-r--r--plugins/CasAuthentication/CasAuthenticationPlugin.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CasAuthentication/CasAuthenticationPlugin.php b/plugins/CasAuthentication/CasAuthenticationPlugin.php
index 483b060ab..203e5fe42 100644
--- a/plugins/CasAuthentication/CasAuthenticationPlugin.php
+++ b/plugins/CasAuthentication/CasAuthenticationPlugin.php
@@ -137,6 +137,7 @@ class CasAuthenticationPlugin extends AuthenticationPlugin
$casSettings['server']=$this->server;
$casSettings['port']=$this->port;
$casSettings['path']=$this->path;
+ $casSettings['takeOverLogin']=$this->takeOverLogin;
}
function onPluginVersion(&$versions)