I recently upgraded two instances of OSTicket to 1.17 1d8b790, PHP 8.1.11, web server IIS/8.5. I am using the LDAP plugin with Microsoft Active Directory.
I am having an issue that was mentioned above where LDAP lookups are not working, although that post said they were working again for that user.
When I try to add a new agent, nothing comes back. When I try to lookup a client while creating a ticket, I get the list of existing clients, but no "remote" clients from LDAP.
I used Chrome developer tools to capture the link that is being called when trying to add a new agent (like "../ajax.php/users/staff?q=john.smith" where john.smith is a valid LDAP account name). When I put that URL in a browser I get a response of "[]"
I'm pretty sure my LDAP is configured correctly. I somehow had 4 instances of all my plugins after the upgrade, so I deleted all instances and the plugin itself, then re-added LDAP and recreated/reconfigured one instance (which had the effect of re-entering the password, which I see was also an issue). The plugin is configured for staff and client authentication.
Is there any other troubleshooting I can do to try to determine if the queries are being sent to LDAP?