mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 21:54:14 -08:00
WIP - just need to get authed connections to work
This commit is contained in:
parent
ffd8f583b4
commit
519bd00bef
|
@ -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?
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue