11-29-2021 04:22 AM
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.
01-05-2022 06:16 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.