<?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: LDAP Authentication not working in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220640#M173770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you updated your authentication chain?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2009 04:49:00 GMT</pubDate>
    <dc:creator>lees</dc:creator>
    <dc:date>2009-10-21T04:49:00Z</dc:date>
    <item>
      <title>LDAP Authentication not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220639#M173769</link>
      <description>Hi,Using Alfresco Community Edition 3.2 on Ubuntu 9.04.&amp;nbsp; I edited ldap-authentication.properties and restarted, but I can't seem to log in using my LDAP user id.I have used the same LDAP settings in Plone, TikiWiki and DekiWiki with success, so not sure why it's not working with Alfresco.&amp;nbsp; Any ideas</description>
      <pubDate>Tue, 20 Oct 2009 22:04:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220639#M173769</guid>
      <dc:creator>paul99</dc:creator>
      <dc:date>2009-10-20T22:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220640#M173770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you updated your authentication chain?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2009 04:49:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220640#M173770</guid>
      <dc:creator>lees</dc:creator>
      <dc:date>2009-10-21T04:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220641#M173771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you updated your authentication chain?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Umm .. sorry, I must have don't recall seeing that in the documentation.&amp;nbsp; How do I go about doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 22:44:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220641#M173771</guid>
      <dc:creator>paul99</dc:creator>
      <dc:date>2009-10-26T22:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220642#M173772</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;I'm in the same boat but I think I do know what the authentication chain is.&amp;nbsp; It tells alfresco what to check when logging in.&amp;nbsp; So you could authenticate against many sources, say locally and AD in a specified order.&amp;nbsp; In the file /usr/share/tomcat6/shared/classes/alfresco-global.properties I think you can add&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=ldapfile:ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where ldapfile whatever you named the ldap extension.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me know if and how you get it working.&amp;nbsp; This is the most confusing setup for ldap I've ever seen.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 19:57:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220642#M173772</guid>
      <dc:creator>bufke</dc:creator>
      <dc:date>2009-10-27T19:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP Authentication not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220643#M173773</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;I got it sort of working.&amp;nbsp; I added:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.chain=ldap1:ldap&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;../tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and restarted.&amp;nbsp; Then I was able to authenticate using LDAP; however, my admin password no longer worked. I recall reading that there is some way to specify exceptions to using LDAP for certain users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I agree that the LDAP setup is more confusing than need be, compared to what I've used before.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi&lt;BR /&gt;&lt;BR /&gt;I'm in the same boat but I think I do know what the authentication chain is.&amp;nbsp; It tells alfresco what to check when logging in.&amp;nbsp; So you could authenticate against many sources, say locally and AD in a specified order.&amp;nbsp; In the file /usr/share/tomcat6/shared/classes/alfresco-global.properties I think you can add&lt;BR /&gt;authentication.chain=ldapfile:ldap&lt;BR /&gt;where ldapfile whatever you named the ldap extension.&lt;BR /&gt;&lt;BR /&gt;Let me know if and how you get it working.&amp;nbsp; This is the most confusing setup for ldap I've ever seen.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:07:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ldap-authentication-not-working/m-p/220643#M173773</guid>
      <dc:creator>paul99</dc:creator>
      <dc:date>2009-10-27T20:07:46Z</dc:date>
    </item>
  </channel>
</rss>

