mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Add start of Tracing to LDAP troubleshooter
This commit is contained in:
parent
71b5c0e80f
commit
312a90ce77
|
@ -74,6 +74,8 @@ class LdapTroubleshooter extends Command
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
|
||||
|
||||
$settings = Setting::getSettings();
|
||||
if($this->option('ldap-search')) {
|
||||
if(!$this->option('force')) {
|
||||
|
|
Loading…
Reference in a new issue