Redirect to main page when transparent SSO is in place for the CAS plugin (which is what the user expects)

This commit is contained in:
Craig Andrews
2010-03-02 15:09:28 -05:00
parent f65478b624
commit 380439ba77
2 changed files with 13 additions and 3 deletions

View File

@@ -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)