- Edited
Preface: I have seen a couple similar questions but nothing has fixed the issue for me.
I am having an issue where local logins to my osTicket admin portal are working fine, but I get stuck in a redirect loop when logging in with an account using LDAP to authenticate.
This is my setup:
- Ubuntu 20.04 server
- osTicket v1.15.3.1
- PHP v7.2
- Apache v2.4.41
- MySQL v8.0.26
- LDAP Authentication and Lookup plugin v0.6.2
When I sign in and get the redirect loops, nothing is logged in the Apache error logs.
Here is a screenshot of all the requests that get sent once I login:
.
login.php
routes to settings.php
, and vice versa in a never ending loop until I get "This page isn't working. <IP> redirected you too many times."
I have installed the PHP LDAP extension on my server, and installed the LDAP Authentication and Lookup plugin v0.6.2 in the Admin Panel -> Manage -> Plugins.
As I mentioned at the beginning of this post, local login works with the admin account created during setup. This only happens with LDAP logins.
What is possibly causing this issue?
Thanks,
Michael