Hi All,
I have installed alfresco/alfresco-content-repository-community:6.2.0-ga by docker-compose from this repo:
https://github.com/Alfresco/acs-community-deployment
I need integration with AD LDAP DB so I have configured it accordingly this manual:
https://docs.alfresco.com/6.2/tasks/auth-example-oneldap-ad.html
my config is:
user@debian-alfresco:~/alfresco-compose$ docker exec -it alfresco-compose_alfresco_1 sh sh-4.2$ cat /usr/local/tomcat/shared/classes/alfresco-global.properties
authentication.chain=alfinst:alfrescoNtlm,ldap1:ldap-ad ldap.authentication.allowGuestLogin=false ldap.authentication.userNameFormat=%s@mydomain.local ldap.authentication.java.naming.provider.url=ldap://192.168.1.100:389 ldap.authentication.defaultAdministratorUserNames=Administrator,alfresco ldap.synchronization.java.naming.security.principal=alfresco@mydomain.local ldap.synchronization.java.naming.security.credentials=P@ssw0rd ldap.synchronization.groupSearchBase=DC=mydomain,DC=local ldap.synchronization.userSearchBase=DC=mydomain,DC=local
So, now I can:
login with AD account
Search AD accounts by "Search for People" in "People Finder" form:
But I can't serch AD accounts in "Admin Tools":
Questions is:
What am I doing wrong?
How I can fix or debug it?
Seems it can't search any user, not only from AD (after applying ldap settings in alfresco-global.properties)
seems something with a system, after reinstall without AD settings same problem, can't see users in Admin Tools
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.