<?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: Subgroups in LDAP in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/subgroups-in-ldap/m-p/260090#M213220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever get a response or figure this out? I have similar questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2011 18:47:25 GMT</pubDate>
    <dc:creator>bartokk</dc:creator>
    <dc:date>2011-05-12T18:47:25Z</dc:date>
    <item>
      <title>Subgroups in LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subgroups-in-ldap/m-p/260089#M213219</link>
      <description>Hi all,I am using LDAP to authenticate users in Alfresco and it works fine. The LDAP tree has users and groups of users but now I have to define subgroups in Alfresco to configure permissions due to new requirements. How can I define subgroups in LDAP tree? And, how must be defined the Alfresco sync</description>
      <pubDate>Tue, 03 May 2011 12:36:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subgroups-in-ldap/m-p/260089#M213219</guid>
      <dc:creator>agey</dc:creator>
      <dc:date>2011-05-03T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Subgroups in LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subgroups-in-ldap/m-p/260090#M213220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you ever get a response or figure this out? I have similar questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2011 18:47:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subgroups-in-ldap/m-p/260090#M213220</guid>
      <dc:creator>bartokk</dc:creator>
      <dc:date>2011-05-12T18:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Subgroups in LDAP</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/subgroups-in-ldap/m-p/260091#M213221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I got it. The Alfresco synchronization file not change. Only I had to modify the LDAP tree.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, the LDAP tree has three organizational unit: people, groups and subgroups. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Subgroups is a groupOfUniqueNames that contains people.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Groups is a groupOfUniqueNames that contains subgroups.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- People is a person, inetOrgPerson and organizationalPerson with user properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;dn: dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: top&lt;BR /&gt;objectClass: dcObject&lt;BR /&gt;objectClass: organization&lt;BR /&gt;dc: alfresco&lt;BR /&gt;&lt;BR /&gt;dn: cn=admin,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: simpleSecurityObject&lt;BR /&gt;objectClass: organizationalRole&lt;BR /&gt;cn: admin&lt;BR /&gt;description: LDAP administrator&lt;BR /&gt;userPassword:: *********&lt;BR /&gt;&lt;BR /&gt;dn: ou=people,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: organizationalUnit&lt;BR /&gt;objectClass: top&lt;BR /&gt;ou: people&lt;BR /&gt;&lt;BR /&gt;dn: cn=user1,ou=people,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: top&lt;BR /&gt;objectClass: person&lt;BR /&gt;objectClass: inetOrgPerson&lt;BR /&gt;objectClass: organizationalPerson&lt;BR /&gt;cn: user1&lt;BR /&gt;givenName: user1&lt;BR /&gt;sn: user1&lt;BR /&gt;userPassword:: *****&lt;BR /&gt;&lt;BR /&gt;dn: ou=subgroups,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: organizationalUnit&lt;BR /&gt;objectClass: top&lt;BR /&gt;ou: groups&lt;BR /&gt;&lt;BR /&gt;dn: cn=subgroupA,ou=subgroups,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: groupOfUniqueNames&lt;BR /&gt;objectClass: top&lt;BR /&gt;cn: groupA&lt;BR /&gt;uniqueMember: cn=user1,ou=people,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;dn: ou=groups,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: organizationalUnit&lt;BR /&gt;objectClass: top&lt;BR /&gt;ou: groups&lt;BR /&gt;&lt;BR /&gt;dn: cn=groupA,ou=groups,dc=alfresco,dc=sample,dc=sm&lt;BR /&gt;objectClass: groupOfUniqueNames&lt;BR /&gt;objectClass: top&lt;BR /&gt;cn: groupA&lt;BR /&gt;uniqueMember: cn=subgroupA,ou=subgroups,dc=alfresco,dc=sample,dc=sm&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 07:20:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/subgroups-in-ldap/m-p/260091#M213221</guid>
      <dc:creator>agey</dc:creator>
      <dc:date>2011-05-13T07:20:13Z</dc:date>
    </item>
  </channel>
</rss>

