From 312a90ce77639365c1c34901900c0b1658e740d7 Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Mon, 3 May 2021 16:57:42 -0700 Subject: [PATCH] Add start of Tracing to LDAP troubleshooter --- app/Console/Commands/LdapTroubleshooter.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Commands/LdapTroubleshooter.php b/app/Console/Commands/LdapTroubleshooter.php index 40dc70d55f..c0db55aae7 100644 --- a/app/Console/Commands/LdapTroubleshooter.php +++ b/app/Console/Commands/LdapTroubleshooter.php @@ -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')) {