<?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: Synchronization questions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243668#M196798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;READ VERY CAREFULLY! You still haven't got the extension path right.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2009 14:55:19 GMT</pubDate>
    <dc:creator>dward</dc:creator>
    <dc:date>2009-09-02T14:55:19Z</dc:date>
    <item>
      <title>Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243643#M196773</link>
      <description>I have Synchronization kind of working in 3.2.&amp;nbsp; I say kind of because if I hard code a name in for the CN it works fine.&amp;nbsp; Problem and questions:1. I have fields in AD ADAM for most of the fields in the user form.&amp;nbsp; Is there a way to add additional attributes to pull from AD/ADAM if I have them?&amp;nbsp; An e</description>
      <pubDate>Wed, 24 Jun 2009 23:26:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243643#M196773</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-24T23:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243644#M196774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Currently this requires you to override the attributeMapping property in Spring configuration in the extension classpath. You would simply add in a mapping for the location field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Yes, modify your query to restrict the set of users it returns. I believe there is a memberof attribute you could use in your query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. The latest 3.2 builds use paged results with a preconfigured page size of 1000 so this should not happen. How recent is the build you are using?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 14:21:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243644#M196774</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-06-25T14:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243645#M196775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your response.&amp;nbsp; I am currently using 3.2 Build June 2nd I believe was the nightly build date.&amp;nbsp; The 18th one seems incomplete with missing sample files and the sort so had to stop installing that one.&amp;nbsp; Noticed unlike the others, there used to be a dev and non dev labeled build and now just the dev one that is smaller than the old ones.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 18:33:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243645#M196775</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-25T18:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243646#M196776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1. Currently this requires you to override the attributeMapping property in Spring configuration in the extension classpath. You would simply add in a mapping for the location field.&lt;BR /&gt;&lt;BR /&gt;2. Yes, modify your query to restrict the set of users it returns. I believe there is a memberof attribute you could use in your query.&lt;BR /&gt;&lt;BR /&gt;3. The latest 3.2 builds use paged results with a preconfigured page size of 1000 so this should not happen. How recent is the build you are using?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:35:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243646#M196776</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-25T19:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243647#M196777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2. Yes, modify your query to restrict the set of users it returns. I believe there is a memberof attribute you could use in your query.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, if you eliminate the user filter and hard code a single group in the group search base will it populate the system with all users from that group?&amp;nbsp; So if I have an AD group called ALFRESCO and have 10 users in it, when the sync is done will I have 10 users from that group added to Share and have their attributes showing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:35:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243647#M196777</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-25T19:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243648#M196778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The user search is independent from the group search, so you would have to restrict that too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:38:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243648#M196778</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-06-25T19:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243649#M196779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which sample files were you missing? Note these are being phased out and replaced by preconfigured subsystems.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 19:40:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243649#M196779</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-06-25T19:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243650#M196780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure the extent, however I know the custom-repository.properties and context.xml files were missing which has always been a big part of configuring the authentication, db settings, rmi info, and defining external executable paths.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 20:25:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243650#M196780</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-25T20:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243651#M196781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The custom-repository files are there in the Linux version, under tomcat/shared/classes/alfresco/extension.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 21:18:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243651#M196781</guid>
      <dc:creator>gronfelt</dc:creator>
      <dc:date>2009-06-25T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243652#M196782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The custom-repository files are there in the Linux version, under tomcat/shared/classes/alfresco/extension.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you tried the latest version dated June 18th?&amp;nbsp; The only way files get in the folder above you mention is to put the sample files download in there and it is not included in the latest build.&amp;nbsp; Was in the prior, but not the latest nightly.&amp;nbsp; When the war files were extracted, they weren't in there either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 22:15:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243652#M196782</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-25T22:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243653#M196783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As Dave says above, the old way of configuring alfresco has been "phased out". &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 3.2 custom-repository.properties no longer exists.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave has updated the Wiki with details already and I see more and more details being added each day.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 22:58:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243653#M196783</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-06-25T22:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243654#M196784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;As Dave says above, the old way of configuring alfresco has been "phased out". &lt;BR /&gt;&lt;BR /&gt;In 3.2 custom-repository.properties no longer exists.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Dave has updated the Wiki with details already and I see more and more details being added each day.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, noticed that the custom-hibernate-dialect.properties file is also missing.&amp;nbsp; Hopefully I can find the necessary details on the Wiki to configure this setting what I set before in these custom files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 23:06:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243654#M196784</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-25T23:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243655#M196785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes that file has gone too.&amp;nbsp;&amp;nbsp; To be replaced by alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Database_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Database_Configuration&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 23:17:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243655#M196785</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-06-25T23:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243656#M196786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;yes that file has gone too.&amp;nbsp;&amp;nbsp; To be replaced by alfresco-global.properties&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Database_Configuration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Database_Configuration&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch.&amp;nbsp; This is exactly what I needed for the DB stuff.&amp;nbsp; I also used to edit the custom-hibernate-dialect.properties and uncomment the MySQL dialect line &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this required anymore and exist elsewhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edit:&amp;nbsp; I see it now in the Wiki.&amp;nbsp; Although it doesn't talk about MySQL for some reason which is odd since the download says only use with MySQL for now, Looks like I just add the above dialect into the same file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 23:45:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243656#M196786</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-25T23:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243657#M196787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was able to get things working with the alfresco-global.properties file, but only in it's original location under webapps/alfresco/WEB-INF/classes.&amp;nbsp; Putting the file under shared/classes/alfresco/extension doesn't seem to be read in.&amp;nbsp; I have installed Tomcat 6, configured the shared.loader path but it's not reading in.&amp;nbsp; Am I missing something?&amp;nbsp; Also I saw the extensions folder with extension/messages/web-extension folders in it.&amp;nbsp; Are those files really needed?&amp;nbsp; Assume some class path in SUSE is missing or something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 00:59:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243657#M196787</guid>
      <dc:creator>jriker1</dc:creator>
      <dc:date>2009-06-26T00:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243658#M196788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I was able to get things working with the alfresco-global.properties file, but only in it's original location under webapps/alfresco/WEB-INF/classes.&amp;nbsp; Putting the file under shared/classes/alfresco/extension doesn't seem to be read in.&amp;nbsp; I have installed Tomcat 6, configured the shared.loader path but it's not reading in.&amp;nbsp; Am I missing something?&amp;nbsp; Also I saw the extensions folder with extension/messages/web-extension folders in it.&amp;nbsp; Are those files really needed?&amp;nbsp; Assume some class path in SUSE is missing or something.&lt;BR /&gt;&lt;BR /&gt;JR&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually I've just started a thread with the same question. &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20056" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20056&lt;/A&gt;&lt;SPAN&gt;. I have no idea why my alfresco-global.properties doesn't get read, and I use Tomcat 5… Help!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2009 17:54:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243658#M196788</guid>
      <dc:creator>fo1337</dc:creator>
      <dc:date>2009-06-26T17:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243659#M196789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To get back to the original topic I'm a bit puzzled if it is possible to sync from several ldap branches (ou).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I use 3.2CE and it works perfectly for one branch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou=\_Departments,dc=intranet,dc=ads-users,dc=staff&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I have another branch of users, that would like to use Alfresco, too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou=\_Global,dc=central,dc=staff&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible, to group them in one line?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is this functionality not yet there, as being related to &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ETHREEOH-1806" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ETHREEOH-1806&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 10:31:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243659#M196789</guid>
      <dc:creator>_sax</dc:creator>
      <dc:date>2009-08-25T10:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243660#M196790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;jriker1: At no point did we say that alfresco-global.properties belongs under alfresco/extension. You put it directly under $TOMCAT_HOME/shared/classes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 12:19:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243660#M196790</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-25T12:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243661#M196791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;_sax: If your sync can't be expressed as a single query under a single search base, then you could set up a chain in alfresco-global.properties. E.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=ldap1:ldap-ad,ldap2:ldap-ad&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;… and configure different queries and search bases for each. You set ldap.authentication.active=false for the instance that you don't want to handle authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To configure independent properties for ldap1 and ldap2, you will need to use the extension classpath mechanism described here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Properties" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Subsystems#Properties&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and you will need a 3.3 nightly build, as it was broken in the v3.2 community release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 12:28:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243661#M196791</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-08-25T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronization questions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243662#M196792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When looking at &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=16051&amp;amp;p=52680" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=16051&amp;amp;p=52680&lt;/A&gt;&lt;SPAN&gt; it seems to provide another path to solve this. But how would such a query translate from CDATA to the format in alfresco-global.properties?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(&amp;amp; (ou=\_Departments,dc=intranet,dc=ads-users,dc=staff)(ou=\_Global,dc=central,dc=staff)) seems too simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I'd use your approach with a "new" subsystem, I would set up a folder alfresco/subsystems/Authentication/ldap-ad/SomeAdditionalStaff to synchronize a specific branch? In it I would place the corresponding ldap-ad-authentication.properties pointing to the additional users and "register" it within my authentication chain. Are there additional steps to announce it to the system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But this would take time until the next release to be ready for actual usage in productive systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, theres this thread &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=19239&amp;amp;p=63326" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=19239&amp;amp;p=63326&lt;/A&gt;&lt;SPAN&gt; basically adding a trigger. Besides being a not-so-clean approach, would that even work with 3.2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your appreciated help so far.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2009 13:58:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/synchronization-questions/m-p/243662#M196792</guid>
      <dc:creator>_sax</dc:creator>
      <dc:date>2009-08-25T13:58:29Z</dc:date>
    </item>
  </channel>
</rss>

