<?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 differential sync is running multiple times in Production in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291987#M245117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not getting any input since yesterday. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please provide some thoghts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 09:15:29 GMT</pubDate>
    <dc:creator>bhavikp</dc:creator>
    <dc:date>2015-02-13T09:15:29Z</dc:date>
    <item>
      <title>Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291980#M245110</link>
      <description>Hi Team,Ldap differential sync is running multiple times in Production Server.I want ldap diff. sync should be run only once at the scheduled time mentioned below.Followings are the configuration of ldap.alfresco-global.properties### LDAP Full syncronization mode ###synchronization.import.cron=0 0 2</description>
      <pubDate>Fri, 06 Feb 2015 10:01:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291980#M245110</guid>
      <dc:creator>bhavikp</dc:creator>
      <dc:date>2015-02-06T10:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291981#M245111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;synchronization.syncWhenMissingPeopleLogIn=true &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes.&amp;nbsp;&amp;nbsp; This will run a sync when a missing person logs in.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 10:28:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291981#M245111</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-02-06T10:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291982#M245112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Missing person from alfresco. Right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If he/she does not find in alfresco, ldap differential sync will run.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if I am wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bhavik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 12:06:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291982#M245112</guid>
      <dc:creator>bhavikp</dc:creator>
      <dc:date>2015-02-06T12:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291983#M245113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Synchronization can be triggered by each of the following events&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Startup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; On system startup or restart of the Synchronization subsystem a differential sync is triggered (unless disabled with configuration). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Authentication:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; On successful authentication of a user who does not yet exist locally a differential sync is triggered (unless disabled with configuration). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Schedule:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A scheduled job triggers synchronization in differential with removals mode every 24 hours. This can instead by scheduled in full mode if you set the synchronization.synchronizeChangesOnly property to false. The scheduling of this job may also be altered. See Configuration. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have following conf. in alfresco-global.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### LDAP Full syncronization mode ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.import.cron=0 0 20 * * ? 2100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncOnStartup=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That means disabled when server startup and schedule as per crone expression.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now how to disable at #2 (Authentication)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please let me know how to disable ldap sync on Authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 07:59:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291983#M245113</guid>
      <dc:creator>bhavikp</dc:creator>
      <dc:date>2015-02-12T07:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291984#M245114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"Please let me know how to disable ldap sync on Authentication."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncWhenMissingPeopleLogIn=false&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 10:11:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291984#M245114</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2015-02-12T10:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291985#M245115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok. Great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One more question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On successful authentication of a user who does not yet exist locally. What does that mean?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 10:28:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291985#M245115</guid>
      <dc:creator>bhavikp</dc:creator>
      <dc:date>2015-02-12T10:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291986#M245116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In alfresco-global.properties, I have set following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=external1:external,ldap1:ldap,alfrescoNtlm1:alfrescoNtlm&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I am adding user "bhavik" in ldap registry (not alfresco)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I login to alfresco with user "bhavik", will it run ldap differential sync or not?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set following property as well:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;synchronization.syncWhenMissingPeopleLogIn=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 12:27:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291986#M245116</guid>
      <dc:creator>bhavikp</dc:creator>
      <dc:date>2015-02-12T12:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap differential sync is running multiple times in Production</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291987#M245117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am not getting any input since yesterday. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please provide some thoghts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 09:15:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-differential-sync-is-running-multiple-times-in-production/m-p/291987#M245117</guid>
      <dc:creator>bhavikp</dc:creator>
      <dc:date>2015-02-13T09:15:29Z</dc:date>
    </item>
  </channel>
</rss>

