osTicket / osTicket-plugins

Core plugins for osTicket (v1.8+)
GNU General Public License v2.0
148 stars 162 forks source link

ldap: Staff Authentication Backend ID #255

Closed JediKev closed 1 year ago

JediKev commented 1 year ago

This addresses an issue where we are still using the static ID instead of using the Backend ID causing Agent lookups and searches to fail. This updates both places we use the static ID to getBkId() instead. This will retrieve the proper Backend ID and will allow Agent lookups and searches to function successfully.