<?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: Groups over Groups synchronization in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294522#M247652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. Now it's more clear about the situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll keep in mind your workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 13:08:23 GMT</pubDate>
    <dc:creator>borisstankov</dc:creator>
    <dc:date>2015-08-18T13:08:23Z</dc:date>
    <item>
      <title>Groups over Groups synchronization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294518#M247648</link>
      <description>Hello guys,I have very interesting problem.Here is the situation:Alfresco Community 5.0.c with Active Derectory authentication located in Windows Server 2012 R2 Domain Functionality level.All my users are synchronized from the AD to the Alfresco. They are located in this OU - ou=USERS,ou=Office,dc=d</description>
      <pubDate>Mon, 03 Aug 2015 08:22:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294518#M247648</guid>
      <dc:creator>borisstankov</dc:creator>
      <dc:date>2015-08-03T08:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Groups over Groups synchronization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294519#M247649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;unfortunately, the synchronization logic that Alfresco supports out of the box does not support transitive group memberships when the intermediary groups are not synched. Alfresco will only process one layer of memberships at a time, i.e. from a valid group to a group in the other OU, and if the target of the membership relation (the group from the other OU) is not synched at all, Alfresco won't process it and thus not process its members.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing to be done here is either synchronize all groups or implement a custom directory synchronisation logic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 15:56:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294519#M247649</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-08-03T15:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Groups over Groups synchronization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294520#M247650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. Now it makes more sense why I can't configure it like I wanted to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also did try to put two entries for the Alfresco and for the Generic groups, so that both can be in alfresco and hopefully I have the results I wanted, but now I do not see any groups, which could mean that Alfresco do not support such configurations in the properties file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;ldap.synchronization.groupSearchBase=ou=Alfresco,ou=GROUPS,ou=Inter,dc=domain,dc=com&lt;BR /&gt;ldap.synchronization.groupSearchBase=ou=Originals,ou=GROUPS,ou=Inter,dc=domain,dc=com&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I right or I have different problem over here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2015 11:33:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294520#M247650</guid>
      <dc:creator>borisstankov</dc:creator>
      <dc:date>2015-08-04T11:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: Groups over Groups synchronization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294521#M247651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the properties files are simply key-value configuration files which do not support multiple values for the same key. The last one is the one that should win and the first one is moot. Typically in such a case you'd generalize the search base to ou=Groups (at the risk of getting more groups than you bargained for). Alternatively, you could set up two distinct LDAP synchronization configurations (Authentication subsystem allows multiple LDAP connections - may also be to the same LDAP) which use your distinct search bases. But the latter can't be done via the alfresco-global.properties file which is just a convenient way to perform simple configuration - see &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/concepts/auth-config-examples.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/concepts/auth-config-examples.html&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Authentication subsystem configuration&amp;lt;/a&amp;gt; for more…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2015 07:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294521#M247651</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2015-08-05T07:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Groups over Groups synchronization</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294522#M247652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. Now it's more clear about the situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll keep in mind your workaround.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 13:08:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/groups-over-groups-synchronization/m-p/294522#M247652</guid>
      <dc:creator>borisstankov</dc:creator>
      <dc:date>2015-08-18T13:08:23Z</dc:date>
    </item>
  </channel>
</rss>

