Loading...
 
Skip to main content

Login with user "admin" doesn't work when CAS authentication is enabled

Status
Open
Subject
Login with user "admin" doesn't work when CAS authentication is enabled
Version
21.x
Category
  • Bug
Feature
External Authentication (LDAP, AD, PAM, CAS, etc)
Resolution status
New
Submitted by
phpdev
Lastmod by
phpdev
Rating
(0)
Description
Login with user "admin" doesn't work when CAS authentication is enabled.
Workaround

Comment the lines 1059 to 1062 of "/lib/userslib.php" file:

if (isset($_REQUEST['ticket']) && empty($_SESSION[$user_cookie_site])) { //$cas_user = ''; //$_SESSION['cas_is_validating'] = false; //$this->validate_user_cas($cas_user, true); //die(); }

Importance
5
Easy to solve?
5
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7353
Created
Wednesday 29 April, 2020 06:31:31 UTC
by phpdev
LastModif
Wednesday 29 April, 2020 07:49:38 UTC


Show PHP error messages