Add start of Tracing to LDAP troubleshooter

This commit is contained in:
Brady Wetherington 2021-05-03 16:57:42 -07:00
parent 71b5c0e80f
commit 312a90ce77

View file

@ -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')) {