<?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: Selective synchronization of users according to groups (LDAP-AD) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285897#M239027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another aprox is related to define a big group in your AD, under (OU) Others &amp;gt; (OU) Alfresco :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)&lt;STRONG&gt;(memberOf=CN=Alfresco_Users,OU=Alfresco,OU=Others,DN=domain,DN=tld)&lt;/STRONG&gt;(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/P&gt;&lt;P&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)&lt;STRONG&gt;(memberOf=CN=Alfresco_Users,OU=Alfresco,OU=Others,DN=domain,DN=tld)&lt;/STRONG&gt;(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged&amp;lt;={0})))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is simpler for LDAP admins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2016 07:10:54 GMT</pubDate>
    <dc:creator>cesarista</dc:creator>
    <dc:date>2016-11-10T07:10:54Z</dc:date>
    <item>
      <title>Selective synchronization of users according to groups (LDAP-AD)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285895#M239025</link>
      <description>Hi all!I'm greenhorn in the Alfresco. At the moment I am trying to resolve connection to AD, but for some reason I have not succeeded with the synchronization.Groups is synchronized correctly, users is associated into a correct groups, but during synchronization is created a lot of other accounts (a</description>
      <pubDate>Wed, 09 Nov 2016 23:09:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285895#M239025</guid>
      <dc:creator>fux</dc:creator>
      <dc:date>2016-11-09T23:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selective synchronization of users according to groups (LDAP-AD)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285896#M239026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vladimir:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One aprox. is to use extension attributes in LDAP to flag or distinguish Alfresco users. Then, you only have to configure the default user LDAP sync queries according to this attribute. If you flag extensionAttribute3=alf to Adam and John, you should sync only the corresponding users with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)&lt;STRONG&gt;(extensionAttribute3\=alf)&lt;/STRONG&gt;(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/P&gt;&lt;P&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)&lt;STRONG&gt;(extensionAttribute3\=alf)&lt;/STRONG&gt;(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged&amp;lt;\={0})))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take into consideration that you should disable authentication for not synced users, and "clean" already synced users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 06:53:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285896#M239026</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-11-10T06:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selective synchronization of users according to groups (LDAP-AD)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285897#M239027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another aprox is related to define a big group in your AD, under (OU) Others &amp;gt; (OU) Alfresco :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)&lt;STRONG&gt;(memberOf=CN=Alfresco_Users,OU=Alfresco,OU=Others,DN=domain,DN=tld)&lt;/STRONG&gt;(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/P&gt;&lt;P&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)&lt;STRONG&gt;(memberOf=CN=Alfresco_Users,OU=Alfresco,OU=Others,DN=domain,DN=tld)&lt;/STRONG&gt;(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(whenChanged&amp;lt;={0})))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is simpler for LDAP admins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 07:10:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285897#M239027</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2016-11-10T07:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Selective synchronization of users according to groups (LDAP-AD)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285898#M239028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cesar,&lt;/P&gt;&lt;P&gt;thank You for response.&lt;/P&gt;&lt;P&gt;I also thought of this solution (Your message from 10.11.2016 7:53) and tried out it. It works. It brings only a little extra work for the AD administrator.&lt;/P&gt;&lt;P&gt;I believed that alfresco it should be possible to configure such way to synchronize only those users, who are registered in groups, which is &lt;SPAN class="alt-edited"&gt;obtained from the&lt;/SPAN&gt; AD.&lt;/P&gt;&lt;P&gt;Something like: ldap.synchronization.magicSwitchForVladimir=true&amp;nbsp;&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;SPAN class="emoticon_happy emoticon-inline"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second method, which You suggest in message from 10.11.2016 8:10 is unacceptable for me, because the group membership in my case have a crucial meaning for correct function of workflows.&lt;/P&gt;&lt;P&gt;Thank You for Your effort and assistance.&lt;/P&gt;&lt;P&gt;Vladimir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 08:54:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/selective-synchronization-of-users-according-to-groups-ldap-ad/m-p/285898#M239028</guid>
      <dc:creator>fux</dc:creator>
      <dc:date>2016-11-10T08:54:47Z</dc:date>
    </item>
  </channel>
</rss>

