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
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |