protected static function initLdap()
 {
     if (self::$ldap == NULL) {
         self::$ldap = new QACASLDAP();
     }
 }