mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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()
|
public function handle()
|
||||||
{
|
{
|
||||||
|
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);
|
||||||
|
|
||||||
$settings = Setting::getSettings();
|
$settings = Setting::getSettings();
|
||||||
if($this->option('ldap-search')) {
|
if($this->option('ldap-search')) {
|
||||||
if(!$this->option('force')) {
|
if(!$this->option('force')) {
|
||||||
|
|
Loading…
Reference in a new issue