mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Get rid of stale commented-out line
This commit is contained in:
parent
0556c7653a
commit
ab7bf3c5d4
|
@ -220,7 +220,6 @@ class LdapTroubleshooter extends Command
|
||||||
$ldap_urls = [];
|
$ldap_urls = [];
|
||||||
$pretty_ldap_urls = [];
|
$pretty_ldap_urls = [];
|
||||||
foreach($open_ports as $port) {
|
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");
|
$this->line("Trying TLS first for port $port");
|
||||||
$ldap_url = "ldaps://".$parsed['host'].":$port";
|
$ldap_url = "ldaps://".$parsed['host'].":$port";
|
||||||
if($this->test_anonymous_bind($ldap_url)) {
|
if($this->test_anonymous_bind($ldap_url)) {
|
||||||
|
|
Loading…
Reference in a new issue