<?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 Re: ldap configuration in alfresco 7.2 in docker in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121329#M33296</link>
    <description>&lt;P&gt;Take a look at the following documentations thoroughly:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/admin/auth-sync/#ldapconfprops" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/admin/auth-sync/#ldapconfprops&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/latest/admin/auth-sync/#example-authentication-and-synchronization-with-one-ldap-ad-subsystem" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/admin/auth-sync/#example-authentication-and-synchronization-with-one-ldap-ad-subsystem&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;you will need to configure the auth chain and ldap connection properties such as (Example):&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;-Dauthentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap-ad
-Dldap.authentication.allowGuestLogin=false 
-Dldap.authentication.active=false
-Dldap.authentication.java.naming.referral=follow
-Dldap.authentication.defaultAdministratorUserNames=admin
-Dldap.synchronization.java.naming.security.principal="ldapuser"
-Dldap.synchronization.java.naming.security.credentials="ldappassword"
-Dldap.authentication.java.naming.provider.url="ldap://mycompany-ldap-server:389"
&lt;/PRE&gt;
&lt;P&gt;in second steps you will need to configure the sync properties&amp;nbsp;(Example). Adjust the queries per your org need:&lt;/P&gt;
&lt;PRE&gt;-Dldap.synchronization.groupSearchBase=""
-Dldap.synchronization.userSearchBase=""
-Dldap.synchronization.personQuery="" 
-Dldap.synchronization.personDifferentialQuery="" 
-Dldap.synchronization.groupQuery=""
-Dldap.synchronization.groupDifferentialQuery=""&lt;/PRE&gt;
&lt;P&gt;in third step, decide how the sync should happen (Example):&lt;/P&gt;
&lt;PRE&gt;-Dsynchronization.synchronizeChangesOnly=false
-Dsynchronization.syncOnStartup=true&lt;/PRE&gt;</description>
    <pubDate>Wed, 31 Jul 2024 17:01:32 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2024-07-31T17:01:32Z</dc:date>
    <item>
      <title>ldap configuration in alfresco 7.2 in docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121328#M33295</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;hello guys, please, I need to configure ldap synchronization in alfresco 7 with docker, since the users authenticate to the ldap from alfresco but the groups and users are not synchronized&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 16:26:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121328#M33295</guid>
      <dc:creator>javico1</dc:creator>
      <dc:date>2024-07-31T16:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: ldap configuration in alfresco 7.2 in docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121329#M33296</link>
      <description>&lt;P&gt;Take a look at the following documentations thoroughly:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/admin/auth-sync/#ldapconfprops" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/admin/auth-sync/#ldapconfprops&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/content-services/latest/admin/auth-sync/#example-authentication-and-synchronization-with-one-ldap-ad-subsystem" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/admin/auth-sync/#example-authentication-and-synchronization-with-one-ldap-ad-subsystem&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;you will need to configure the auth chain and ldap connection properties such as (Example):&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;-Dauthentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap-ad
-Dldap.authentication.allowGuestLogin=false 
-Dldap.authentication.active=false
-Dldap.authentication.java.naming.referral=follow
-Dldap.authentication.defaultAdministratorUserNames=admin
-Dldap.synchronization.java.naming.security.principal="ldapuser"
-Dldap.synchronization.java.naming.security.credentials="ldappassword"
-Dldap.authentication.java.naming.provider.url="ldap://mycompany-ldap-server:389"
&lt;/PRE&gt;
&lt;P&gt;in second steps you will need to configure the sync properties&amp;nbsp;(Example). Adjust the queries per your org need:&lt;/P&gt;
&lt;PRE&gt;-Dldap.synchronization.groupSearchBase=""
-Dldap.synchronization.userSearchBase=""
-Dldap.synchronization.personQuery="" 
-Dldap.synchronization.personDifferentialQuery="" 
-Dldap.synchronization.groupQuery=""
-Dldap.synchronization.groupDifferentialQuery=""&lt;/PRE&gt;
&lt;P&gt;in third step, decide how the sync should happen (Example):&lt;/P&gt;
&lt;PRE&gt;-Dsynchronization.synchronizeChangesOnly=false
-Dsynchronization.syncOnStartup=true&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jul 2024 17:01:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121329#M33296</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2024-07-31T17:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: ldap configuration in alfresco 7.2 in docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121330#M33297</link>
      <description>&lt;P&gt;As I explained, I did the same thing, the users can be authenticated but it does not synchronize any example of a domain... in order to understand more, I am new to alfresco&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 17:47:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121330#M33297</guid>
      <dc:creator>javico1</dc:creator>
      <dc:date>2024-07-31T17:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: ldap configuration in alfresco 7.2 in docker</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121331#M33298</link>
      <description>&lt;P&gt;There is no different config either. If users are not synching, you need to see and fix the queries. That's the most common issue i have observed when the sync queries are setup wrong. Example is given here&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/admin/auth-sync/#example-authentication-and-synchronization-with-one-ldap-ad-subsystem" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/latest/admin/auth-sync/#example-authentication-and-synchronization-with-one-ldap-ad-subsystem&lt;/A&gt; but this varries per organization. I would also suggest you connect with your IT team who manage the LDAP server/IAMs&lt;/P&gt;
&lt;PRE&gt;-Dldap.synchronization.groupSearchBase=""
-Dldap.synchronization.userSearchBase=""
-Dldap.synchronization.personQuery="" 
-Dldap.synchronization.personDifferentialQuery="" 
-Dldap.synchronization.groupQuery=""
-Dldap.synchronization.groupDifferentialQuery=""&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Aug 2024 13:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/ldap-configuration-in-alfresco-7-2-in-docker/m-p/121331#M33298</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2024-08-01T13:44:52Z</dc:date>
    </item>
  </channel>
</rss>

