<?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 sync but are empty - Alfresco 3.1 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/groups-sync-but-are-empty-alfresco-3-1/m-p/176322#M129452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What directory server are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you have to configure the following section to be able to identify &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) what should i query to get a list of groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) what folder should i look in and recurese through&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) what identifies a group&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) what identifies a person&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) what attribute in the group holds the members&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will need an LDAP browser of some kind to pick them out of a groups attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;# The query to find group objects&lt;BR /&gt;ldap.synchronisation.groupQuery=(objectclass=groupOfNames)&lt;BR /&gt;&lt;BR /&gt;# The search base to use to find group objects&lt;BR /&gt;ldap.synchronisation.groupSearchBase=dc=company,dc=com&lt;BR /&gt;&lt;BR /&gt;# The attribute on LDAP group objects to map to the gid property in Alfrecso&lt;BR /&gt;ldap.synchronisation.groupIdAttributeName=cn&lt;BR /&gt;&lt;BR /&gt;# The group type in LDAP&lt;BR /&gt;ldap.synchronisation.groupType=groupOfNames&lt;BR /&gt;&lt;BR /&gt;# The person type in LDAP&lt;BR /&gt;ldap.synchronisation.personType=inetOrgPerson&lt;BR /&gt;&lt;BR /&gt;# The attribute in LDAP on group objects that defines the DN for its members&lt;BR /&gt;ldap.synchronisation.groupMemberAttributeName=member&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;/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;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;/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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2009 20:18:59 GMT</pubDate>
    <dc:creator>ofrxnz</dc:creator>
    <dc:date>2009-04-09T20:18:59Z</dc:date>
    <item>
      <title>Groups sync but are empty - Alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/groups-sync-but-are-empty-alfresco-3-1/m-p/176321#M129451</link>
      <description>Hello Everyone,We are currently installing Alfresco 3.1 on our system and have just run into a problem that I've seen on the forums, but have not seen a resolution.We have setup LDAP authentication chained with Alfresco authentication and it works wonderfully.We have also configured LDAP synchroniza</description>
      <pubDate>Thu, 09 Apr 2009 16:22:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/groups-sync-but-are-empty-alfresco-3-1/m-p/176321#M129451</guid>
      <dc:creator>kregers</dc:creator>
      <dc:date>2009-04-09T16:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: Groups sync but are empty - Alfresco 3.1</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/groups-sync-but-are-empty-alfresco-3-1/m-p/176322#M129452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What directory server are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you have to configure the following section to be able to identify &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.) what should i query to get a list of groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.) what folder should i look in and recurese through&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.) what identifies a group&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.) what identifies a person&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.) what attribute in the group holds the members&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will need an LDAP browser of some kind to pick them out of a groups attributes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;# The query to find group objects&lt;BR /&gt;ldap.synchronisation.groupQuery=(objectclass=groupOfNames)&lt;BR /&gt;&lt;BR /&gt;# The search base to use to find group objects&lt;BR /&gt;ldap.synchronisation.groupSearchBase=dc=company,dc=com&lt;BR /&gt;&lt;BR /&gt;# The attribute on LDAP group objects to map to the gid property in Alfrecso&lt;BR /&gt;ldap.synchronisation.groupIdAttributeName=cn&lt;BR /&gt;&lt;BR /&gt;# The group type in LDAP&lt;BR /&gt;ldap.synchronisation.groupType=groupOfNames&lt;BR /&gt;&lt;BR /&gt;# The person type in LDAP&lt;BR /&gt;ldap.synchronisation.personType=inetOrgPerson&lt;BR /&gt;&lt;BR /&gt;# The attribute in LDAP on group objects that defines the DN for its members&lt;BR /&gt;ldap.synchronisation.groupMemberAttributeName=member&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;/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;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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 20:18:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/groups-sync-but-are-empty-alfresco-3-1/m-p/176322#M129452</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-04-09T20:18:59Z</dc:date>
    </item>
  </channel>
</rss>

