Loading...
 
Skip to main content

LDAP Login in 15.4 produces 500er Server Error

Status
Closed
Subject
LDAP Login in 15.4 produces 500er Server Error
Version
15.x
Category
  • Error
Feature
User Administration (Registration, Login & Banning)
Resolution status
Duplicate
Submitted by
marx242
Lastmod by
marx242, Philippe Cloutier
Rating
(0)
Related-to
Description

Hello, I have serious problems upgrading to version 15.4.

I am using LDAP connection for authentication - everything works fine in 15.2 and 15.3, but since 15.4 I get a 500er Server Error after logging in with an LDAP account - admin login works fine.

I found the place in the code where the error is:

tiki_login.php :
} else
{
// Verify user is valid $ret = $userlib->validate_user($requestedUser, $pass, $challenge, $response);
if (count($ret) == 3) {
$ret[] = null;
}

The $userlib->validate_user($requestedUser, $pass, $challenge, $response); does not work here.....

Any ideas? It is not possible to use Tiki anymore without this error being fixed...

Thanks a lot
Greetings
Kai Mengel

Solution
This is a duplicate of ticket #6252.
Importance
10 high
Easy to solve?
5
Priority
50
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
6283
Created
Thursday 16 February, 2017 13:01:51 UTC
by marx242
LastModif
Friday 10 March, 2017 22:00:18 UTC


Show PHP error messages