<?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 Disabling Ldap working on Alfresco Co 2.9.0 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/disabling-ldap-working-on-alfresco-co-2-9-0/m-p/265246#M218376</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good Morning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I configured a running alfresco 2.9.0&lt;/SPAN&gt;&lt;STRONG&gt; in 2008&lt;/STRONG&gt;&lt;SPAN&gt; against a Microsoft DC (Ldap) with quite difficulty and looking in the forums for help. Much of the threads help me a lot, and after some figth, it worked nice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That alfresco still runs cos it's used to internal document storage but we have a problem now… The domain is going to dissapear (we have been adquired).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I have spend the last 6 hours of work searching&lt;/SPAN&gt;&lt;STRONG&gt; old threads&lt;/STRONG&gt;&lt;SPAN&gt; and docs for "diabling NTLM", and I think i found them, but not as I would like. I'll explain:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;There's only a few files modified on 2008, located in alfresco\web-inf and shared\…\extensions&lt;/EM&gt;&lt;BR /&gt;&lt;SPAN&gt;In one post, tolds that for enabling NTLM u have to modify web.xml with parameters… I have it modified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Current web.xml is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;filter&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-class&amp;gt;org.alfresco.web.app.servlet.NTLMAuthenticationFilter&amp;lt;/filter-class&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filter&amp;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;SPAN&gt;Expected web.xml with Ntlm is&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;filter&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-class&amp;gt;org.alfresco.web.app.servlet.AuthenticationFilter&amp;lt;/filter-class&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/filter&amp;gt;&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The same filters are configured for WebDav (but it isn't used)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem with that web.xml modified is that I cant enter… no admin/admin no old accounts of the domain… no old users…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;¿Any Advice?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;[size=150]The second option[/size]&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt; is "changing" the DC at the new domain, I have done so modifing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ntlm-authentication-context.xml and ldap-authentication.properties… and it works! but then another strange thing happens:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After configured to a new DC, and added a user to "authority-services-context.xml" so I can log as admin… I can see the spaces and the docs, but the application that use it cant &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The parameters of the app are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Alfresco=&lt;A href="http://localhost:80/alfresco/api" rel="nofollow noopener noreferrer"&gt;http://localhost:80/alfresco/api&lt;/A&gt;&lt;BR /&gt;user=genericApp&lt;BR /&gt;pass=XXX&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;The same code, with another used, pointing to the old domain works, but it didnt work to the new domain (and the user is admin)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;I'm a bit lost in this option&lt;/STRONG&gt;&lt;SPAN&gt;. ¿Any advice?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2012 06:52:53 GMT</pubDate>
    <dc:creator>subemontes</dc:creator>
    <dc:date>2012-07-12T06:52:53Z</dc:date>
    <item>
      <title>Disabling Ldap working on Alfresco Co 2.9.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-ldap-working-on-alfresco-co-2-9-0/m-p/265246#M218376</link>
      <description>Good Morning.I configured a running alfresco 2.9.0 in 2008 against a Microsoft DC (Ldap) with quite difficulty and looking in the forums for help. Much of the threads help me a lot, and after some figth, it worked nice.That alfresco still runs cos it's used to internal document storage but we have a</description>
      <pubDate>Thu, 12 Jul 2012 06:52:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-ldap-working-on-alfresco-co-2-9-0/m-p/265246#M218376</guid>
      <dc:creator>subemontes</dc:creator>
      <dc:date>2012-07-12T06:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Ldap working on Alfresco Co 2.9.0</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/disabling-ldap-working-on-alfresco-co-2-9-0/m-p/265247#M218377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I still didnt managed to disable Ldap and access alfresco with another user… but I found something interesting that maybe someone searching will use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In w2008, with the Ipv6 disabled, Alfresco 2.9 still binds to ::1, so it's accesible via IE and firerox, but not by app expecting localhost… the solution I found is use address in the conector in server.xml to bind to the ip4 address… and change the code to use IP and not localhost.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2012 11:03:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/disabling-ldap-working-on-alfresco-co-2-9-0/m-p/265247#M218377</guid>
      <dc:creator>subemontes</dc:creator>
      <dc:date>2012-07-13T11:03:46Z</dc:date>
    </item>
  </channel>
</rss>

