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
- 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 7353
- Created
- Wednesday 29 April, 2020 06:31:31 UTC
by phpdev - LastModif
- Wednesday 29 April, 2020 07:49:38 UTC