protected$description='This is a rescue command that can be used to turn off LDAP settings in the event that you managed to lock yourself out using bad LDAP settings.';
/**
*Createanewcommandinstance.
*
*@returnvoid
*/
publicfunction__construct()
{
parent::__construct();
}
/**
*Executetheconsolecommand.
*
*@returnmixed
*/
publicfunctionhandle()
{
if($this->confirm("\n****************************************************\nThis will disable LDAP support. You will not be able \nto login with an account that does not exist \nlocally in the Snipe-IT local database. \n****************************************************\n\nDo you wish to continue? [y|N]")){