osTicket / osTicket-plugins

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

ldap: Instance Name #286

Open JediKev opened 3 months ago

JediKev commented 3 months ago

This addresses an issue where if you have more than one LDAP instance running it will show "Active Directory or LDAP" for all instances making it hard to differentiate the instances. This updates the getName() function to grab the name from the config if available otherwise defaults to the default name.

titodev-it commented 1 month ago

Hi, this pull request solves the problem only partially. You have to change the code for clients as well (same file, lines 478-479 and 485). Could you take a look?

JediKev commented 1 month ago

@titodev-it

Good catch! Thank you.

Cheers.