<?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 [Solved] Nuxeo 5.8 how to fetch ldap groups in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/solved-nuxeo-5-8-how-to-fetch-ldap-groups/m-p/321695#M8696</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm configuring a Nuxeo and I would like to be able to get my LDAP groups in Nuxeo but it doesn't work...&lt;/P&gt;
&lt;P&gt;The LDAP authentification works fine but they always match in "members" group and I would like they match to their LDAP group.&lt;/P&gt;
&lt;P&gt;So I sent the "default-ldap-users-directory-config.xml" to my server, I can send the content to you if needed but I don't think the problem comes from this file (because user authentification works).&lt;/P&gt;
&lt;P&gt;Then I sent the default-ldap-groups-directory-bundle.xml to my server. I don't know if something is wrong in this file, but Nuxeo never asks something to my LDAP about groups like he does for user...&lt;/P&gt;
&lt;P&gt;I changed :&lt;/P&gt;
&lt;P&gt;&lt;SEARCHBASEDN&gt;ou=groupes,dc=myown,dc=myown,dc=myown,dc=myown,dc=myown&lt;/SEARCHBASEDN&gt;
&lt;SEARCHFILTER&gt;
(objectClass=posixGroup)
&lt;/SEARCHFILTER&gt;
&lt;SEARCHSCOPE&gt;subtree&lt;/SEARCHSCOPE&gt;
&lt;READONLY&gt;true&lt;/READONLY&gt;&lt;/P&gt;
&lt;P&gt;I didn't change this:&lt;/P&gt;
&lt;P&gt;&lt;SERVER&gt;default&amp;lt;/server&lt;/SERVER&gt;&lt;/P&gt;
&lt;P&gt;according to "&lt;SERVER name="default"&gt;" in default-ldap-users-directory-config.xml&lt;/SERVER&gt;&lt;/P&gt;
&lt;P&gt;So what I have to do? What did I miss? Usually LDAP authentification is very simple to set up...&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
    <pubDate>Wed, 29 Oct 2014 11:30:58 GMT</pubDate>
    <dc:creator>daraka_</dc:creator>
    <dc:date>2014-10-29T11:30:58Z</dc:date>
    <item>
      <title>[Solved] Nuxeo 5.8 how to fetch ldap groups</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/solved-nuxeo-5-8-how-to-fetch-ldap-groups/m-p/321695#M8696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm configuring a Nuxeo and I would like to be able to get my LDAP groups in Nuxeo but it doesn't work...&lt;/P&gt;
&lt;P&gt;The LDAP authentification works fine but they always match in "members" group and I would like they match to their LDAP group.&lt;/P&gt;
&lt;P&gt;So I sent the "default-ldap-users-directory-config.xml" to my server, I can send the content to you if needed but I don't think the problem comes from this file (because user authentification works).&lt;/P&gt;
&lt;P&gt;Then I sent the default-ldap-groups-directory-bundle.xml to my server. I don't know if something is wrong in this file, but Nuxeo never asks something to my LDAP about groups like he does for user...&lt;/P&gt;
&lt;P&gt;I changed :&lt;/P&gt;
&lt;P&gt;&lt;SEARCHBASEDN&gt;ou=groupes,dc=myown,dc=myown,dc=myown,dc=myown,dc=myown&lt;/SEARCHBASEDN&gt;
&lt;SEARCHFILTER&gt;
(objectClass=posixGroup)
&lt;/SEARCHFILTER&gt;
&lt;SEARCHSCOPE&gt;subtree&lt;/SEARCHSCOPE&gt;
&lt;READONLY&gt;true&lt;/READONLY&gt;&lt;/P&gt;
&lt;P&gt;I didn't change this:&lt;/P&gt;
&lt;P&gt;&lt;SERVER&gt;default&amp;lt;/server&lt;/SERVER&gt;&lt;/P&gt;
&lt;P&gt;according to "&lt;SERVER name="default"&gt;" in default-ldap-users-directory-config.xml&lt;/SERVER&gt;&lt;/P&gt;
&lt;P&gt;So what I have to do? What did I miss? Usually LDAP authentification is very simple to set up...&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 11:30:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/solved-nuxeo-5-8-how-to-fetch-ldap-groups/m-p/321695#M8696</guid>
      <dc:creator>daraka_</dc:creator>
      <dc:date>2014-10-29T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: [Solved] Nuxeo 5.8 how to fetch ldap groups</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/solved-nuxeo-5-8-how-to-fetch-ldap-groups/m-p/321696#M8697</link>
      <description>&lt;P&gt;I finally used these files:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nuxeo/nuxeo-services/blob/master/nuxeo-platform-directory/nuxeo-platform-directory-ldap/examples/" target="test_blank"&gt;https://github.com/nuxeo/nuxeo-services/blob/master/nuxeo-platform-directory/nuxeo-platform-directory-ldap/examples/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Instead files from documentation. I think it doesn't matter because there is not a lot of differences...&lt;/P&gt;
&lt;P&gt;The most important stuff was to edit this :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;ldapReference field="members" directory="userLdapDirectory"
      forceDnConsistencyCheck="false" staticAttributeId="member"
      dynamicAttributeId="memberURL" /&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Where staticAttributeId="member" contains the DN of user.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Nov 2014 14:31:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/solved-nuxeo-5-8-how-to-fetch-ldap-groups/m-p/321696#M8697</guid>
      <dc:creator>daraka_</dc:creator>
      <dc:date>2014-11-06T14:31:01Z</dc:date>
    </item>
  </channel>
</rss>

