<?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 (AD) Account inheritance question in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ad-account-inheritance-question/m-p/258694#M211824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok we found a way to avoid creating everything, but we still struggle with the queries in order to try to get info from groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea is to have a group called Applications-&amp;gt;Alfresco-&amp;gt;DNP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this one we have three groups: DNP-Admin, DNP-Manager, DNP-Read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have set persons in each group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When Alfresco syncs, it sees the three groups but says that the users don't have the right distinguished names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It has the correct name, so this means that it correctly sees who is in which group, but still it doesn't use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to resolve member of group 'GG-DNP-Admin' with distinguished name: CN=Jordi,OU=DSIC,OU=VILLE-GE,DC=activedir,DC=ville-geneve,DC=ch &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our queries are as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(modifyTimeStamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimeStamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=ou\=Alfresco,ou\=Applications,dc\=activedir,dc\=ville-geneve,dc\=ch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou\=Alfresco,ou\=Applications,dc\=activedir,dc\=ville-geneve,dc\=ch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimeStamp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2012 12:27:08 GMT</pubDate>
    <dc:creator>sjordi</dc:creator>
    <dc:date>2012-08-13T12:27:08Z</dc:date>
    <item>
      <title>LDAP (AD) Account inheritance question</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ad-account-inheritance-question/m-p/258692#M211822</link>
      <description>HI,We're currently integrating our Alfresco with LDAP through an active directory.The problem we face is that once synchronized, it actually creates the 4,000+ account at once.Then everybody can connect.Is there a way to avoid this?We'd like to allow only specific persons, defined in groups, to conn</description>
      <pubDate>Mon, 25 Jun 2012 08:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-ad-account-inheritance-question/m-p/258692#M211822</guid>
      <dc:creator>sjordi</dc:creator>
      <dc:date>2012-06-25T08:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP (AD) Account inheritance question</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ad-account-inheritance-question/m-p/258693#M211823</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;depending on your layout within the LDAP (AD) and your ability to express the conditions in an LDAP query, you can select the people that are being synchronized by configuring the ldap.synchronization.personQuery and ldap.synchronization.personDifferentialQuery (&lt;/SPAN&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;SPAN&gt;).&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>Fri, 10 Aug 2012 20:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-ad-account-inheritance-question/m-p/258693#M211823</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-08-10T20:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP (AD) Account inheritance question</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-ad-account-inheritance-question/m-p/258694#M211824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok we found a way to avoid creating everything, but we still struggle with the queries in order to try to get info from groups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The idea is to have a group called Applications-&amp;gt;Alfresco-&amp;gt;DNP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this one we have three groups: DNP-Admin, DNP-Manager, DNP-Read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have set persons in each group.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When Alfresco syncs, it sees the three groups but says that the users don't have the right distinguished names.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It has the correct name, so this means that it correctly sees who is in which group, but still it doesn't use it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the error&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Failed to resolve member of group 'GG-DNP-Admin' with distinguished name: CN=Jordi,OU=DSIC,OU=VILLE-GE,DC=activedir,DC=ville-geneve,DC=ch &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Our queries are as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(modifyTimeStamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectclass\=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimeStamp&amp;lt;\={0})))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.groupSearchBase=ou\=Alfresco,ou\=Applications,dc\=activedir,dc\=ville-geneve,dc\=ch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.userSearchBase=ou\=Alfresco,ou\=Applications,dc\=activedir,dc\=ville-geneve,dc\=ch&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimeStamp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2012 12:27:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-ad-account-inheritance-question/m-p/258694#M211824</guid>
      <dc:creator>sjordi</dc:creator>
      <dc:date>2012-08-13T12:27:08Z</dc:date>
    </item>
  </channel>
</rss>

