From 1591132050fb2f125aba8071dd945b68953ef40a Mon Sep 17 00:00:00 2001 From: baelmyhu Date: Tue, 3 Jun 2014 17:14:21 +0200 Subject: [PATCH] Remove CAS redirect - ref #7166 --- main/auth/cas/lib/CAS/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }