if (LoginModule.isGuestLoginLinksEnabled()) {
anoLink = LinkFactory.createLink("menu.guest", loginComp, this);
anoLink.setCustomEnabledLinkCSS("o_login_guests");
}
// Use the standard OLAT login form but with our LDAP translator
loginForm = new OLATAuthentcationForm("ldapForm", getTranslator());
loginForm.addListener(this);
loginComp.put("ldapForm", loginForm);
loginForm.setVisible(true);
putInitialPanel(loginComp);
}