this.properties.setProperty("xwiki.authentication.ldap.try_local", "0");
this.properties.setProperty("xwiki.authentication.ldap.update_user", "1");
this.properties.setProperty("xwiki.authentication.ldap.fields_mapping",
"last_name=sn,first_name=givenName,fullname=cn,email=mail");
this.ldapAuth = new XWikiLDAPAuthServiceImpl();
}