osTicket / osTicket-plugins

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

ldap: Hostname REGEX #279

Closed JediKev closed 10 months ago

JediKev commented 11 months ago

This addresses an issue where ldap:// and ldaps:// gets stripped from the hostname by weak REGEX. This updates the REGEX to make it account for ldap:// and ldaps:// so that it remains as part of the hostname. This will allow people to typehint LDAPS connections.