/**
  * Constructs LDAPAuthenticate
  * This will load the user authentication class
  *
  * @return LDAPAuthenticate
  */
 function __construct()
 {
     parent::__construct();
 }