<?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: Sync problem (?) with Active Directory in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239274#M192404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe you've resolved this by now, but when an unknown user attempts to login and is authenticated, it triggers a sync.&amp;nbsp; Your config is attempting to do a sync at this location:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ldap.synchronization.userSearchBase=cn\=Users,dc\=myhome,dc\=net&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I think by default it attempts to add the first 1000 users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can narrow the scope by adding a query string which only selects users with certain attributes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;ldap.synchronization.personDifferentialQuery&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The query to select objects that represent the users to export that have changed since a certain time. Should use the placeholder {0} in place of a timestamp in the format specified by ldap.synchronization.timestampFormat. The timestamp substituted will be the maximum value of the attribute named by ldap.synchronization.modifyTimestampAttributeName the last time users were queried. This query is used in 'differential sync mode', which by default is triggered whenever a user is successfully authenticated that does not yet exist in Alfresco. See The Synchronization Subsystem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Configuration_2" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Configuration_2&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Jul 2009 19:41:12 GMT</pubDate>
    <dc:creator>jbaldo</dc:creator>
    <dc:date>2009-07-31T19:41:12Z</dc:date>
    <item>
      <title>Sync problem (?) with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239273#M192403</link>
      <description>I'm new to Alfresco and just spent the last week configuring Alfresco 3.2.&amp;nbsp; I use AD and I am experiencing a problem with the synchronization with AD.&amp;nbsp; Every time my AD user logs in, Alfresco creates all the users.&amp;nbsp; Is the normal behaviour ?&amp;nbsp; My configuration is ldap.authentication.active=falseldap.</description>
      <pubDate>Thu, 23 Jul 2009 09:32:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239273#M192403</guid>
      <dc:creator>lchoonch</dc:creator>
      <dc:date>2009-07-23T09:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sync problem (?) with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239274#M192404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe you've resolved this by now, but when an unknown user attempts to login and is authenticated, it triggers a sync.&amp;nbsp; Your config is attempting to do a sync at this location:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ldap.synchronization.userSearchBase=cn\=Users,dc\=myhome,dc\=net&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I think by default it attempts to add the first 1000 users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can narrow the scope by adding a query string which only selects users with certain attributes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;STRONG&gt;ldap.synchronization.personDifferentialQuery&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The query to select objects that represent the users to export that have changed since a certain time. Should use the placeholder {0} in place of a timestamp in the format specified by ldap.synchronization.timestampFormat. The timestamp substituted will be the maximum value of the attribute named by ldap.synchronization.modifyTimestampAttributeName the last time users were queried. This query is used in 'differential sync mode', which by default is triggered whenever a user is successfully authenticated that does not yet exist in Alfresco. See The Synchronization Subsystem.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Configuration_2" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#Configuration_2&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 19:41:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239274#M192404</guid>
      <dc:creator>jbaldo</dc:creator>
      <dc:date>2009-07-31T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sync problem (?) with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239275#M192405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you I manage to resolve this.&amp;nbsp; It is as you said the ldap syncs on login if the user has not been created. This was not the only problem.&amp;nbsp; Narrowing the sync query AND also excluding the Guest user ( I am using AD ) fixed the problem for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2009 07:18:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239275#M192405</guid>
      <dc:creator>lchoonch</dc:creator>
      <dc:date>2009-08-02T07:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sync problem (?) with Active Directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239276#M192406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI it queries in batches of 1000 users at a time but is not restricted to 1000 users. It just uses multiple round-trips to the LDAP server to retrieve the users. This is controlled by:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.queryBatchSize&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 09:43:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/sync-problem-with-active-directory/m-p/239276#M192406</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-03T09:43:43Z</dc:date>
    </item>
  </channel>
</rss>

