diff --git a/main/auth/cas/lib/CAS/client.php b/main/auth/cas/lib/CAS/client.php index 507b488999..ec3262fbf0 100755 --- a/main/auth/cas/lib/CAS/client.php +++ b/main/auth/cas/lib/CAS/client.php @@ -920,7 +920,7 @@ class CASClient $_SESSION['phpCAS']['unauth_count'] = 0; $_SESSION['phpCAS']['auth_checked'] = true; phpCAS::trace('user is not authenticated (cache reset)'); - $this->redirectToCas(TRUE/* gateway */); + // $this->redirectToCas(TRUE/* gateway */); // never reached $res = FALSE; }