<?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: alfresco and ldap configuration in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29754#M12663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please give me your email ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Mar 2017 09:50:18 GMT</pubDate>
    <dc:creator>fatma19</dc:creator>
    <dc:date>2017-03-30T09:50:18Z</dc:date>
    <item>
      <title>alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29748#M12657</link>
      <description>I am currently configuring alfresco to use ldap server for authentication. I followed the offecial documentation and i updated alfresco-global.properties file but it dosen't work. i am using alfresco 5.2 and this is my alfresco-global.properties file and the ldap hiarchy.############################</description>
      <pubDate>Wed, 29 Mar 2017 16:13:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29748#M12657</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-03-29T16:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29749#M12658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your properties file is hard to read &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; and some of the ldap configuration seems to be cut off at the end&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 16:38:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29749#M12658</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-03-29T16:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29750#M12659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can find the post here&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://stackoverflow.com/questions/43098764/alfresco-and-ldap-configuration" title="http://stackoverflow.com/questions/43098764/alfresco-and-ldap-configuration" rel="nofollow noopener noreferrer"&gt;alfresco and ldap configuration - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 16:56:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29750#M12659</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-03-29T16:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29751#M12660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;updated&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:12:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29751#M12660</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-03-29T17:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29752#M12661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ahhh better &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.authentication.userNameFormat=&lt;/P&gt;&lt;P&gt;would be default for LDAP (&amp;nbsp;&lt;B&gt;Ian Wright&lt;/B&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;And you should set your ldap.synchronization.userIdAttributeName (not visible on your tree screenshot)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I usally also define the queries in global properties, for example like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronization.groupQuery=(objectClass=group)&lt;/P&gt;&lt;P&gt;ldap.synchronisation.personQuery=(objectClass=user)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or on posix:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ldap.synchronisation.personQuery=(objectclass=posixAccount)&lt;/P&gt;&lt;P&gt;ldap.synchronisation.groupQuery=(objectclass=posixGroup)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the differential queries. But you need know how your classes are named.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 17:38:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29752#M12661</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-03-29T17:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29753#M12662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i did that but it always connect to the default users not ldap users&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 09:19:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29753#M12662</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-03-30T09:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29754#M12663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please give me your email ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 09:50:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29754#M12663</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-03-30T09:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29755#M12664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had a similar issue and I followed this site to get my ldap authentication working.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://geofoss.net/2015/07/10/alfresco-5-0-ldap-authentication/" title="https://geofoss.net/2015/07/10/alfresco-5-0-ldap-authentication/" rel="nofollow noopener noreferrer"&gt;Alfresco 5.0 &amp;amp; LDAP Authentication | Geology FOSS Blog&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 13:19:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29755#M12664</guid>
      <dc:creator>michaelr93</dc:creator>
      <dc:date>2017-03-30T13:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29756#M12665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would prefer to discuss it in the community, so we'd have more content and problem solutions here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 13:45:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29756#M12665</guid>
      <dc:creator>mehe</dc:creator>
      <dc:date>2017-03-30T13:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29757#M12666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cross-posted here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://stackoverflow.com/questions/43098764/alfresco-and-ldap-configuration" title="http://stackoverflow.com/questions/43098764/alfresco-and-ldap-configuration" rel="nofollow noopener noreferrer"&gt;alfresco and ldap configuration - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 14:19:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29757#M12666</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-03-30T14:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29758#M12667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but it is using&amp;nbsp;&lt;SPAN style="color: #444444; background-color: #ffffff;"&gt;ldap-authentication file and i didn't found it in alfresco&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 15:38:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29758#M12667</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-03-30T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29759#M12668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that post there is a section where it points you to github and I had to download the files from there and then move them to the correct location and edit them. I hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 15:42:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29759#M12668</guid>
      <dc:creator>michaelr93</dc:creator>
      <dc:date>2017-03-30T15:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29760#M12669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As &lt;B&gt;Jeff Potts&lt;/B&gt;‌ mentioned in Stack Overflow it seems that it is the&amp;nbsp;ldap.authentication.userNameFormat.&lt;/P&gt;&lt;P&gt;If you still have problems with authentication put&amp;nbsp;the next line in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ALF_HOME/tomcat/shared/classes/alfresco/extension/custom-log4j.properties (and reboot alfresco&amp;nbsp;service)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;log4j.logger.org.alfresco.repo.security.authentication.ldap=debug&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for getting more information.&amp;nbsp;If you have the OOTB Support Tools installed you can do it even restarting&amp;nbsp;the service.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way,&amp;nbsp;as&amp;nbsp;you are in Windows, be sure that Alfresco is able to reach 10389 port in localhost for the ldap server (no firewalls).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 20:48:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29760#M12669</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2017-03-30T20:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: alfresco and ldap configuration</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29761#M12670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi mr Cesar i did what you asked me to do but no errors in the log file &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Mar 2017 10:28:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-and-ldap-configuration/m-p/29761#M12670</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-03-31T10:28:54Z</dc:date>
    </item>
  </channel>
</rss>

