/**
  *
  */
 public function __destruct()
 {
     $this->adldap->close();
 }
 /**
  *
  */
 public function __destruct()
 {
     //Need to manually close the connection
     $this->adldap->close();
 }