Get rid of stale commented-out line

This commit is contained in:
Brady Wetherington 2022-03-07 20:22:23 -08:00
parent 0556c7653a
commit ab7bf3c5d4

View file

@ -220,7 +220,6 @@ class LdapTroubleshooter extends Command
$ldap_urls = [];
$pretty_ldap_urls = [];
foreach($open_ports as $port) {
//if($port == 389) { continue; } // FIXME GET RID OF THIS LINE! THIS SUCKS!!!!!!
$this->line("Trying TLS first for port $port");
$ldap_url = "ldaps://".$parsed['host'].":$port";
if($this->test_anonymous_bind($ldap_url)) {