Hi! I've installed Alfresco Community 3.2 on CentOS 5.3. I want to authenticate with LDAP (active directory). In my tomcat/shared/classes/alfresco-global.properties file I wrote:
authentication.chain=ldap1:ldap-ad
Then, I configured tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap-ad/ldap1/ldap-ad-authentication.properties, setting the properties as desired, and leaving tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/Authentication/ldap-ad/ldap-ad-authentication.properties with the default configurations.
I start alfresco and I get an error related to the fact that it cannot connect to domaincontroller.company.com:389, which is the default value for ldap.authentication.java.naming.provider.url found in ldap-ad-authentication.properties.
This means that the extension directories don't work for me! Can anyone help me? Is there a place where I have to set up the path of the extensions?