Alfresco does not see LDAP users in "Admin Tools" - "user search" form

cancel
Showing results for 
Search instead for 
Did you mean: 
user2
Active Member

Alfresco does not see LDAP users in "Admin Tools" - "user search" form

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:

PeopleFinder.png

But I can't serch AD accounts in "Admin Tools":

AdminTools.png

Questions is:

What am I doing wrong?

How I can fix or debug it?

1 Reply
EddieMay
Alfresco Employee

Re: Alfresco does not see LDAP users in "Admin Tools" - "user search" form

Hi @user2,

There is a discussion on this issue here - it might help you. 

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!