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
- 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+
-
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
- 6283
- Created
- Thursday 16 February, 2017 13:01:51 UTC
by marx242 - LastModif
- Friday 10 March, 2017 22:00:18 UTC