cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 6.2 connect to active directory LDAP

YZKH
Champ in-the-making
Champ in-the-making

 I,m using alfresco 6.2 (docker), have upgraded it from alfresco 5.2. successfully shifted the databse but now i'm unable to connect alfresco 6.2 to active directory LDAP. i need some step by step guide for this.

1 REPLY 1

jonbj
Champ on-the-rise
Champ on-the-rise

Check documentation here:

https://docs.alfresco.com/content-services/community/admin/auth-sync/

You need ldap-ad.

simply add to your alfresco-global.propertis:

authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad

ldap.authentication.allowGuestLogin=false
ldap.authentication.userNameFormat=%s@domain.com
ldap.authentication.java.naming.provider.url=ldap://domaincontroller.domain.com:389
ldap.authentication.defaultAdministratorUserNames=Administrator,alfresco
ldap.synchronization.java.naming.security.principal=alfresco@domain.com
ldap.synchronization.java.naming.security.credentials=secret
ldap.synchronization.groupSearchBase=ou=Security Groups,ou=Alfresco\,dc=domain,dc=com
ldap.synchronization.userSearchBase=ou=User Accounts,ou=Alfresco,dc=domain,dc=com