<?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: Different time Syncronization Ldap in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147585#M39057</link>
    <description>&lt;P&gt;You can define different synchronization, as this property is on the subsystem part:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/Synchronization/default/default-synchronization.properties" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/Synchronization/default/default-synchronization.properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Just place your properties in a "alfresco/extension/subsystems/Authentication/ldap-ad/ldap1" and ""alfresco/extension/subsystems/Authentication/ldap-ad/ldap2" folders.&lt;/P&gt;
&lt;P&gt;You may take this as reference: &lt;A href="https://stackoverflow.com/questions/52739379/configure-authentication-and-synchronization-with-two-ldap-in-alfresco-5-1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/52739379/configure-authentication-and-synchronization-with-two-ldap-in-alfresco-5-1&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 14:37:37 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2024-05-09T14:37:37Z</dc:date>
    <item>
      <title>Different time Syncronization Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147584#M39056</link>
      <description>&lt;P&gt;I have two ldaps (ldap1 and ldap2), they both sync at the same time, because of the configuration:&lt;/P&gt;&lt;P&gt;synchronization.import.cron=0 10 15,2 * * ?&lt;/P&gt;&lt;P&gt;I wanted to know if is it possible to syncronize at different times (ldap1 at&amp;nbsp;0 0/30 * * * ? and ldap2 at 0 10 15,2 * * ?)?&lt;/P&gt;&lt;P&gt;If not, is it possible to develop a webscript to make the syncronization in one ldap only?&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 14:11:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147584#M39056</guid>
      <dc:creator>Pedro_Kravetz</dc:creator>
      <dc:date>2024-05-09T14:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Different time Syncronization Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147585#M39057</link>
      <description>&lt;P&gt;You can define different synchronization, as this property is on the subsystem part:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/Synchronization/default/default-synchronization.properties" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-community-repo/blob/master/repository/src/main/resources/alfresco/subsystems/Synchronization/default/default-synchronization.properties&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Just place your properties in a "alfresco/extension/subsystems/Authentication/ldap-ad/ldap1" and ""alfresco/extension/subsystems/Authentication/ldap-ad/ldap2" folders.&lt;/P&gt;
&lt;P&gt;You may take this as reference: &lt;A href="https://stackoverflow.com/questions/52739379/configure-authentication-and-synchronization-with-two-ldap-in-alfresco-5-1" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/52739379/configure-authentication-and-synchronization-with-two-ldap-in-alfresco-5-1&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 14:37:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147585#M39057</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2024-05-09T14:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Different time Syncronization Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147586#M39058</link>
      <description>&lt;P&gt;I tried as you said, unfortunately, it didn't work. They only sync at the startup of the system and the scheduled times in the ldap files are not executed&lt;/P&gt;&lt;P&gt;I put the sync part of the files to see if i missed some configurations:&lt;/P&gt;&lt;P&gt;ldap1/ldap-authentication.properties&lt;/P&gt;&lt;P&gt;synchronization.import.cron=0 */2 * * * *&lt;BR /&gt;synchronization.synchronizeChangesOnly=true&lt;BR /&gt;synchronization.workerThreads=10&lt;BR /&gt;synchronization.syncOnStartup=false&lt;/P&gt;&lt;P&gt;ldap2/ldap-authentication.properties&lt;/P&gt;&lt;P&gt;synchronization.import.cron=0 */5 * * * *&lt;BR /&gt;synchronization.workerThreads=10&lt;/P&gt;&lt;P&gt;docker-compose.yml&lt;/P&gt;&lt;P&gt;-Dauthentication.chain=alfinst:alfrescoNtlm,ldap1:ldap,ldap2:ldap&lt;/P&gt;&lt;P&gt;Maybe it is wrong because the sync is global, but i am not sure. The synchronization time is not working on individual files.&lt;/P&gt;&lt;P&gt;I am using the 7.3 version of the Alfresco Community&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 15:00:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147586#M39058</guid>
      <dc:creator>Pedro_Kravetz</dc:creator>
      <dc:date>2024-05-10T15:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Different time Syncronization Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147587#M39059</link>
      <description>&lt;P&gt;What is the route of each "ldap-authentication.properties" files?&lt;/P&gt;
&lt;P&gt;It should be something like:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times"&gt;$ALFRESCO_DIR/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/ldap-authentication.properties&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times"&gt;$ALFRESCO_DIR/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap2/ldap-authentication.properties&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 08:07:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147587#M39059</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2024-05-13T08:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Different time Syncronization Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147588#M39060</link>
      <description>&lt;P&gt;It is exactly as you put:&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;$ALFRESCO_DIR/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/ldap-authentication.properties&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="andale mono,times"&gt;$ALFRESCO_DIR/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap2/ldap-authentication.properties&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2024 13:31:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147588#M39060</guid>
      <dc:creator>Pedro_Kravetz</dc:creator>
      <dc:date>2024-05-13T13:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Different time Syncronization Ldap</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147589#M39061</link>
      <description>&lt;P&gt;I've tested that locally and I've realized that "synchronization.*" properties are not part of the "ldap-authentication.properties". This file only accepts "ldap.authentication.*" properties.&lt;/P&gt;
&lt;P&gt;So I guess only a single synchronization process can be configured, that will be executed using as many ldap subsystems as exists.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 07:24:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/different-time-syncronization-ldap/m-p/147589#M39061</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2024-05-14T07:24:09Z</dc:date>
    </item>
  </channel>
</rss>

