/**
  * constructor, sets up variables
  *
  **/
 function __construct($auth_info = '')
 {
     parent::__construct($auth_info);
 }
 /**
  * constructor, sets up variables
  *
  **/
 function mapping_ldap($auth_info = '')
 {
     parent::__construct($auth_info);
 }