<?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: SOLVED: Alfresco LDAP Linux and Supplementary user groups in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196488#M149618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi EricMe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, I found a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still using atrribute uniqueMember, just my posix groups looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— cut —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dn: cn=users,ou=groups,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectClass: top&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectClass: groupOfUniqueNames&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectClass: posixGroup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cn: users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gidNumber: 501&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueMember: uid=user1,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueMember: uid=user2,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueMember: uid=user3,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— cut —&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this will help you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jan 2009 03:38:56 GMT</pubDate>
    <dc:creator>yyovkov</dc:creator>
    <dc:date>2009-01-20T03:38:56Z</dc:date>
    <item>
      <title>SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196482#M149612</link>
      <description>Hi all, I was able to configure Alfresco to work with LDAP users and groups on Linux. But I am not able to use existing LDAP groups which makes me confuse. What is the problems:I found that Alfresco is looking for next record in LDAP groups:dn: cn=group01,ou=groups,dc=company,dc=comobectClass……membe</description>
      <pubDate>Mon, 10 Nov 2008 05:28:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196482#M149612</guid>
      <dc:creator>yyovkov</dc:creator>
      <dc:date>2008-11-10T05:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196483#M149613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To use LDAP groups you need to use LDAP Synchronization.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe alfresco synchronization works out of the box with more standard compliant servers such as OpenLDAP&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i configured it to work against a Windows Active Directory server, the trick was in the &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;ldap-Synchronization.properties&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; file where i had to change this value &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronisation.groupQuery=&amp;lt;something&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;ldap.synchronisation.groupQuery=(objectclass=groupOfNames)&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This variable basically tells That Groups are identified by the possession of this attribute&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;objectclass=groupOfNames&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;There were a few other modifications that were made.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All group attributes are in the Synchronization settings. You just need to figure out what ldap group attributes alfresco needs to look at.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 22:55:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196483#M149613</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2008-11-11T22:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196484#M149614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ofrxnz, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your answer, first!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right. To be able to user LDAP groups you have to configure ldap-syncronization. I have done this and the groups are working fine. My question is that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently the attribute which specifies who are members should contain dn of the user (like member=uid=username,ou=people,dc=company,dc=com). I am interesting if there is an option to use only the username (like memberUID=username)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yovko Yovkov&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 10:31:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196484#M149614</guid>
      <dc:creator>yyovkov</dc:creator>
      <dc:date>2008-11-13T10:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196485#M149615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yovko,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if the users names and groups appear correctly in alfresco I don't think i know the answer to this one.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If i were you i would try the following.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if all of your users are in the same base DN, set your ldap.synchronisation.groupSearchBase=ou=people,dc=company,dc=com then create a group member by hand with the memberUID=username and see if it picks it up next time it syncs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My gut tells me that what you want is not possible because the full DN is the only primary key of an LDAP server.&amp;nbsp; For example, if you didnt use the full DN, alfresco would see both of the following users as the same person even though they are technically two different and unique enteries&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;uid=username,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uid=username,ou=orgUnit2,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My guess is the alfresco folk would stay with a primary key where ever possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just in case i misunderstood what you want, this is the attribute associated with the username when a person imports it can be set to any ldap attribute you want that is in a user container.&amp;nbsp; (eg sn,email,phone)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronisation.userIdAttributeName=UID &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This attribute is an alias for the Full DN so, if your uid=yovko yovkov,ou=people,dc=company,dc=com &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and that entry contained your surname as attribute&amp;nbsp; 'sn'&amp;nbsp; is value 'yovkov' (sn=yovkov)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you could set ldap.synchronisation.userIdAttributeName=sn and login using the username yokov&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have been having issues in alfresco labs 3 with ldap usernames.&amp;nbsp; But, I am authenticating against an Active Directory server which stores the username as sAMAccountName.&amp;nbsp; Basically the ldap.synchronisation.userIdAttributeName portion has not been working for me in labs 3 B and C&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 22:32:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196485#M149615</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2008-11-13T22:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196486#M149616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ofrxnz, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My LDAP groups are working correctly in my current setup. But it is not the case. I would like to use my central authentication system (Company Identity System) as a authentication source for Alfresco. My system is using POSIX groups and accounts, which read "memeber" attribute. I will not start here a flame about which is best POSIXGROUP or GROUPOFUNIQUE members, as there is a plenty of the internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the goups dn, I think it would not be any problem if there are two members like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;LI&gt;dn: uid=user_one,ou=groups1,dc=company,dc=com&lt;/LI&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dn: uid=user_one,ou=groups2,dc=company,dc=com&lt;/SPAN&gt;&lt;LI&gt;&lt;/LI&gt;&lt;SPAN&gt;as in the xml file I am specifying which exactly group dn to read from.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I will try is to fulfil LDAP group with &lt;/SPAN&gt;&lt;EM&gt;member&lt;/EM&gt;&lt;SPAN&gt;=user_one, and the to aplly uid=%memeber,%ldap.synchronisation.groupSearchBase. So I will need some help, as I am not a programmer. But I think this is not very painful and this will solve the issue and will make Alfresco more flexible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for you answer, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe in arguing with smart people!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 20:36:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196486#M149616</guid>
      <dc:creator>yyovkov</dc:creator>
      <dc:date>2008-12-19T20:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196487#M149617</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;I would also like to use PosixGroup, yyovkov have you find a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks you for you answer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 09:21:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196487#M149617</guid>
      <dc:creator>ericme</dc:creator>
      <dc:date>2009-01-12T09:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196488#M149618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi EricMe,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, I found a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am still using atrribute uniqueMember, just my posix groups looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— cut —&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dn: cn=users,ou=groups,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectClass: top&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectClass: groupOfUniqueNames&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;objectClass: posixGroup&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cn: users&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gidNumber: 501&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueMember: uid=user1,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueMember: uid=user2,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueMember: uid=user3,ou=people,dc=company,dc=com&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;— cut —&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this will help you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 03:38:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196488#M149618</guid>
      <dc:creator>yyovkov</dc:creator>
      <dc:date>2009-01-20T03:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: SOLVED: Alfresco LDAP Linux and Supplementary user groups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196489#M149619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI experimental support for posixGroup has been added in the next Community nightly build. See&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20408&amp;amp;p=66718#p66718" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=20408&amp;amp;p=66718#p66718&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 17:48:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-alfresco-ldap-linux-and-supplementary-user-groups/m-p/196489#M149619</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-07-16T17:48:58Z</dc:date>
    </item>
  </channel>
</rss>

