<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco does not see LDAP users in &amp;quot;Admin Tools&amp;quot; - &amp;quot;user search&amp;quot; form in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-does-not-see-ldap-users-in-quot-admin-tools-quot-quot/m-p/92729#M27461</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have installed alfresco/alfresco-content-repository-community:6.2.0-ga by docker-compose from this repo:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-community-deployment" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-community-deployment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I need integration with AD LDAP DB so I have configured it accordingly this manual:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.2/tasks/auth-example-oneldap-ad.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/tasks/auth-example-oneldap-ad.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;my config is:&lt;/P&gt;&lt;PRE&gt;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&lt;/PRE&gt;&lt;PRE&gt;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&lt;/PRE&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;So, now I can:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;login with AD account&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Search AD accounts by "Search for People" in "People Finder" form:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PeopleFinder.png" style="width: 639px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/701i9A5D0248F8B7FC13/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;But I can't serch AD accounts in "Admin Tools":&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdminTools.png" style="width: 631px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/704i60BE093AE3BDFC3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#333399"&gt;Questions is:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#333399"&gt;What am I doing wrong?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#333399"&gt;How I can fix or debug it?&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2020 10:28:06 GMT</pubDate>
    <dc:creator>user2</dc:creator>
    <dc:date>2020-06-18T10:28:06Z</dc:date>
    <item>
      <title>Alfresco does not see LDAP users in "Admin Tools" - "user search" form</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-does-not-see-ldap-users-in-quot-admin-tools-quot-quot/m-p/92729#M27461</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have installed alfresco/alfresco-content-repository-community:6.2.0-ga by docker-compose from this repo:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-community-deployment" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/Alfresco/acs-community-deployment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I need integration with AD LDAP DB so I have configured it accordingly this manual:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.alfresco.com/6.2/tasks/auth-example-oneldap-ad.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/6.2/tasks/auth-example-oneldap-ad.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;my config is:&lt;/P&gt;&lt;PRE&gt;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&lt;/PRE&gt;&lt;PRE&gt;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&lt;/PRE&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;So, now I can:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;login with AD account&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#008000"&gt;Search AD accounts by "Search for People" in "People Finder" form:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PeopleFinder.png" style="width: 639px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/701i9A5D0248F8B7FC13/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;But I can't serch AD accounts in "Admin Tools":&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdminTools.png" style="width: 631px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/704i60BE093AE3BDFC3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#333399"&gt;Questions is:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#333399"&gt;What am I doing wrong?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif" color="#333399"&gt;How I can fix or debug it?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2020 10:28:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-does-not-see-ldap-users-in-quot-admin-tools-quot-quot/m-p/92729#M27461</guid>
      <dc:creator>user2</dc:creator>
      <dc:date>2020-06-18T10:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco does not see LDAP users in "Admin Tools" - "user search" form</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-does-not-see-ldap-users-in-quot-admin-tools-quot-quot/m-p/92730#M27462</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82133"&gt;@user2&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;There is a discussion on this issue &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/user-search-not-working-alfresco-community-edition/td-p/46991" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt; - it might help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 10:57:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-does-not-see-ldap-users-in-quot-admin-tools-quot-quot/m-p/92730#M27462</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-06-22T10:57:08Z</dc:date>
    </item>
  </channel>
</rss>

