02-23-2006 08:02 AM
protected abstract boolean implementationAllowsGuestLogin();
@Override
protected boolean implementationAllowsGuestLogin()
{
return true;
}
02-23-2006 08:30 AM
<bean id="authenticationComponentImpl" class="org.alfresco.repo.security.authentication.AuthenticationComponentImpl">
<property name="authenticationDao">
<ref bean="alfDaoImpl" />
</property>
<property name="authenticationManager">
<ref bean="authenticationManager" />
</property>
<property name="allowGuestLogin">
<value>true</value>
</property>
</bean>
<property name="allowGuestLogin">
<value>true</value>
</property>
<property name="allowGuestLogin">
<value>false</value>
</property>
09-04-2006 09:39 AM
09-26-2006 05:11 AM
02-15-2008 05:02 AM
when disabling the guest access, the link "Guest Home" is still visible. Can this also be disabled? Thanks.
11-21-2008 04:45 AM
05-20-2009 03:23 PM
05-21-2009 05:11 AM
05-21-2009 02:19 PM
06-19-2009 04:55 AM
As of Alfresco version 3.2, the subsystems are:
Authentication
Handles all Alfresco's authentication related functions, including:
* Password-based authentication
* Single Sign-on (SSO) for WebClient, WebDAV, Web Scripts and Sharepoint
* CIFS and FTP authentication
* User registry export (LDAP only)
The subsystem is 'chained' so that multiple instances of different types can be configured and used together
Synchronization
Performs regular synchronization with the user registry exporters (usually LDAP directories) in the authentication chain
File Servers
Owns the CIFS, FTP and NFS servers
Third Party
Owns the OpenOffice, Swftools and ImageMagick content transformers
IMAP
Owns the IMAP service
WCM Deployment Receiver
Part of WCM. WCM_Deployment_Engine
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.