07-26-2009 03:26 PM
#
# This properties file brings together the common options for LDAP authentication rather than editing the bean definitions
#
# How to map the user id entered by the user to taht passed through to LDAP
# - simple
# - this must be a DN and would be something like
# CN=%s,DC=company,DC=com
# - digest
# - usually pass through what is entered
# %s
ldap.authentication.userNameFormat=cn=EMP_MST,dc=iwas,dc=in
# The LDAP context factory to use
ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
# The URL to connect to the LDAP server
ldap.authentication.java.naming.provider.url=ldap://172.26.145.123:389
# The authentication mechanism to use
ldap.authentication.java.naming.security.authentication=SIMPLE
# The default principal to use (only used for LDAP sync)
ldap.authentication.java.naming.security.principal=cn=ldapadmin
# The password for the default principal (only used for LDAP sync)
ldap.authentication.java.naming.security.credentials=ldapadminpwd
# Escape commas entered by the user at bind time
# Useful when using simple authentication and the CN is part of the DN and contains commas
ldap.authentication.escapeCommasInBind=false
# Escape commas entered by the user when setting the authenticated user
# Useful when using simple authentication and the CN is part of the DN and contains commas, and the escaped \, is
# pulled in as part of an LDAP sync
# If this option is set to true it will break the default home folder provider as space names can not contain \
ldap.authentication.escapeCommasInUid=false07-27-2009 05:58 AM
<bean id="fileServersConfigService" class="org.alfresco.config.xml.XMLConfigService" init-method="init">
<constructor-arg>
<ref bean="fileServersConfigSource" />
</constructor-arg>
<property name="properties">
<list>
<value>classpath:alfresco/file-servers.properties</value>
<value>classpath:alfresco/extension/custom-file-servers.properties</value>
</list>
</property>
</bean>
and then add these settings to $TOMCAT_HOME/shared/classes/alfresco/extension/custom-file-servers.properties07-27-2009 08:21 AM
07-27-2009 08:47 AM
07-27-2009 11:31 AM
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.