10-10-2008 11:05 PM
07-05-2011 05:12 PM
For you AD you will have no problem if you configure well :
$Alfresco_Home\Tocamt\shared\classes\alfresco\extension\ldap-authentication-context.properties (For authentication)
$Alfresco_Home\Tocamt\shared\classes\alfresco\extension\ldap-synchronization-context.properties (To synchronize groups and user from AD)
$Alfresco_Home\Tocamt\shared\classes\alfresco\extension\chaining-authentication-context.properties (to get both alfresco users and ldap users in the same time)
With OpenLdap you will loose you CIFS ( incompatibility between two encryptions MD5 in openldap and MD4 for cifs ) .
Add this lines to :
$Alfresco_Home\Tocamt\webapps\alfresco\web-inf\classes\log4J.properties
07-06-2011 02:59 AM
You clearly haven't read any of the information on this thread or the wiki. You should not be editing any files under WEB-INF.
You need a file called %TOMCAT_HOME%\shared\classes\alfresco-global.properties with your settings in it.
authentication.chain=ldap1:ldap-ad
ldap.authentication.userNameFormat=%s@domain
ldap.authentication.java.naming.provider.url=ldap://domaincontroller.company.com:389
ldap.authentication.defaultAdministratorUserNames=Administrator
ldap.synchronization.java.naming.security.principal=alfresco@domain
ldap.synchronization.java.naming.security.credentials=secret
ldap.synchronization.groupSearchBase=ou\=Security Groups,ou\=Alfresco,dc=domain
ldap.synchronization.userSearchBase=ou\=User Accounts,ou=\Alfresco,dc=domain
Go read
http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#LDAP
authentication.chain=ldap1:ldap-ad
ldap.authentication.userNameFormat=%s@yourDomain
ldap.authentication.java.naming.provider.url=ldap://domaincontroller.company.com:389
ldap.synchronization.active=false
10-24-2012 09:12 AM
10-24-2012 09:26 AM
Well, maybe the problem with open source documentation is that people don't try to understand it, take the first out-of-date tutorial they find and complain it doesn't work.
Then come back for more advanced configuration because if you leave it as it you've a security hole.
10-24-2012 10:41 AM
08-13-2013 04:14 AM
08-17-2013 01:35 AM
01-20-2014 07:25 AM
01-20-2014 08:21 AM
01-21-2014 01:52 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.