WIP - just need to get authed connections to work

This commit is contained in:
Brady Wetherington 2020-08-11 18:16:37 -07:00 committed by Brady Wetherington
parent ffd8f583b4
commit 519bd00bef

View file

@ -226,7 +226,7 @@ class LdapTroubleshooter extends Command
}
$username = $this->ask("Username");
$password = $this->secret("Password");
$this->test_authed_bind($ldap_url[0], $ldap_url[1], $ldap_url[2], $username, $password);
$this->test_authed_bind($ldap_url[0], $ldap_url[1], $ldap_url[2], $username, $password); // FIXME - should do some other stuff here, maybe with the concatenating or something?
}
}