<?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 LDAP implementation on Alfresco 1.1.2 and Linux in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29489#M15051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We would like to enable LDAP support on our Alfresco Enterprise Network v1.1.2 system (Linux) but I would like to check some things first. I started from &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Security_and_Authentication#A_simple_LDAP_authentication_example" rel="nofollow noopener noreferrer"&gt;this document&lt;/A&gt;&lt;SPAN&gt; in the WIKI where I found a Java example on how to implement LDAP support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the configuration in the authentication-services-context.xml file and restarting the Alfresco server gave me the following error in the alfresco.log file:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;749 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed&lt;BR /&gt;org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'authenticationComponentImpl' defined in class path resource [alfresco/authentication-services-context.xml]: Bean class [org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl] not found; nested exception is java.lang.ClassNotFoundException: org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl&lt;BR /&gt;java.lang.ClassNotFoundException: org.alfresco.repo.security.authentication.LDAPAuthenticationComponentImpl …&lt;BR /&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This means that I have to adjust the Java example with our settings (which would make sense), compile the Java class and add it in some JAR or WAR archive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all I donâ€™t really understand why this Java class isnâ€™t precompiled by Alfresco with an extra XML file where I just have to change the parameters, why would I put this parameters (LDAP host, connection string,â€¦) hard coded in the system? Or is this a like a preview of some functionallity Alfresco is working on?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second question: where do I add this class? Somewhere in the â€œ…/lib/enterprise.jarâ€&amp;#157; or â€œ…/lib/repository.jarâ€&amp;#157; archives (that's where I found some links to the org.alfresco.repo.security.authentication package)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2006 15:45:05 GMT</pubDate>
    <dc:creator>simon</dc:creator>
    <dc:date>2006-01-10T15:45:05Z</dc:date>
    <item>
      <title>LDAP implementation on Alfresco 1.1.2 and Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29489#M15051</link>
      <description>Hi,We would like to enable LDAP support on our Alfresco Enterprise Network v1.1.2 system (Linux) but I would like to check some things first. I started from this document in the WIKI where I found a Java example on how to implement LDAP support.Changing the configuration in the authentication-servic</description>
      <pubDate>Tue, 10 Jan 2006 15:45:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29489#M15051</guid>
      <dc:creator>simon</dc:creator>
      <dc:date>2006-01-10T15:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP implementation on Alfresco 1.1.2 and Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29490#M15052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my fault for leaving the entry in the configuration for running the example as discussed on the Wiki. It has proved misleading.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The example is just that, it is not really how LDAP authentication would be done for real. For a start, it would send plain text passwords over the wire and there are many more configuration options. The example is about what you would have to do to write your own AuthenticationComponent using the most basic LDAP authentication as an example. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LDAP support will be in the enterprise 1.2 release. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could add this file anywhere on the class path and configure which class to find in the xml configuration. There is a lot more required for full LDAP integration and a number of issues. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 10:04:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29490#M15052</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2006-01-11T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP implementation on Alfresco 1.1.2 and Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29491#M15053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andy!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So… when we would like LDAP support at this point I'll have to implement it myself. I don't see a source folder (Alfresco Enterprise 1.1.2) so what steps do I take to develop custom classes?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I have to request the source code for the Enterprise version or can I download it (I assume the source code available on the Alfresco website is not the same as the source code of the Enterprise version and I don't like to break my system by using the wrong code before I even started). Is the &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Developer_Guide" rel="nofollow noopener noreferrer"&gt;Developer Guide&lt;/A&gt;&lt;SPAN&gt; the only documentation on how to write custom code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Documentation, or the lack thereof, is definitely one of the weak points of Alfresco but I don't think I'm telling something new here…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Other option is to wait for the 1.2 release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 10:41:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29491#M15053</guid>
      <dc:creator>simon</dc:creator>
      <dc:date>2006-01-11T10:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP implementation on Alfresco 1.1.2 and Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29492#M15054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;V1.2 should be out at the end of this month / early Feb at the latest, if you can wait that long.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 10:48:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29492#M15054</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2006-01-11T10:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP implementation on Alfresco 1.1.2 and Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29493#M15055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Indeed, it's better to wait for the next release in February but I meant it more general. What if I need to develop some custom classes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 11:16:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29493#M15055</guid>
      <dc:creator>simon</dc:creator>
      <dc:date>2006-01-11T11:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP implementation on Alfresco 1.1.2 and Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29494#M15056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Will the LDAP support in the version 1.2 be only for the Enterprise version or also for the open source one?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 08:55:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29494#M15056</guid>
      <dc:creator>yschluchter</dc:creator>
      <dc:date>2006-01-19T08:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP implementation on Alfresco 1.1.2 and Linux</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29495#M15057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;LDAP support is for the Enterprise version only:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1.3 Enterprise Version&lt;BR /&gt;All of the above plus&lt;BR /&gt;LDAP Support - This provides the ability to authenticate against LDAP services and access LDAP directory services for roles and group information. (1.2)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Look in the WIKI: &lt;/SPAN&gt;&lt;A href="http://www.alfresco.org/mediawiki/index.php/Roadmap" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/mediawiki/index.php/Roadmap&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 09:22:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-implementation-on-alfresco-1-1-2-and-linux/m-p/29495#M15057</guid>
      <dc:creator>simon</dc:creator>
      <dc:date>2006-01-19T09:22:44Z</dc:date>
    </item>
  </channel>
</rss>

