<?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: Configuring 2.0 - NTLM authentication in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94962#M65114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CIFS server configuration error - resolved:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In \Alfresco\tomcat\shared\classes\alfresco\extension folder &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rename file-servers-custom.xml.sample to file-servers-custom.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the following tag at the end (make sure &amp;lt;/alfresco-config&amp;gt; is the last line)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;config evaluator="string-compare" condition="Filesystem Security"&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;authenticator type="alfresco"&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/authenticator&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2007 18:56:08 GMT</pubDate>
    <dc:creator>jayas</dc:creator>
    <dc:date>2007-06-29T18:56:08Z</dc:date>
    <item>
      <title>Configuring 2.0 - NTLM authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94958#M65110</link>
      <description>Hello,I have downloaded 2.0 comunitiy edition and tried to configure NTLM authentication based on wiki documentation - no luck.Would appreciate if someone can post the exact steps required to get this to work.Also would like to import AD users.Thanks</description>
      <pubDate>Tue, 29 May 2007 00:16:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94958#M65110</guid>
      <dc:creator>jayas</dc:creator>
      <dc:date>2007-05-29T00:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2.0 - NTLM authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94959#M65111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, got NTLM authentication to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Following changes were made:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;web.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Switched to NTLMAuthenticationFilter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;filter-class&amp;gt;org.alfresco.web.app.servlet.NTLMAuthenticationFilter&amp;lt;/filter-class&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;filter-name&amp;gt;WebDAV Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;filter-class&amp;gt;org.alfresco.repo.webdav.auth.NTLMAuthenticationFilter&amp;lt;/filter-class&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Un-commented the following 3 mappings&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;url-pattern&amp;gt;/navigate/*&amp;lt;/url-pattern&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;url-pattern&amp;gt;/command/*&amp;lt;/url-pattern&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;filter-name&amp;gt;Authentication Filter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;url-pattern&amp;gt;/template/*&amp;lt;/url-pattern&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In \Alfresco\tomcat\shared\classes\alfresco\extension folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rename ntlm-authentication-context.xml.sample to ntlm-authentication-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Replace the following with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property name="useLocalServer"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;value&amp;gt;true&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;property name="domain"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;value&amp;gt;VALUE OF YOUR DOMAIN&amp;lt;/value&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 18:57:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94959#M65111</guid>
      <dc:creator>jayas</dc:creator>
      <dc:date>2007-05-29T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2.0 - NTLM authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94960#M65112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do i have to change the bean-id from authenticationComponentImpl to authenticationComponent for Version 2.0 CE?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 16:44:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94960#M65112</guid>
      <dc:creator>schneika</dc:creator>
      <dc:date>2007-06-13T16:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2.0 - NTLM authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94961#M65113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes&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, 13 Jun 2007 19:21:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94961#M65113</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-13T19:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Configuring 2.0 - NTLM authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94962#M65114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;CIFS server configuration error - resolved:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In \Alfresco\tomcat\shared\classes\alfresco\extension folder &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rename file-servers-custom.xml.sample to file-servers-custom.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Add the following tag at the end (make sure &amp;lt;/alfresco-config&amp;gt; is the last line)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;config evaluator="string-compare" condition="Filesystem Security"&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;authenticator type="alfresco"&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/authenticator&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2007 18:56:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/configuring-2-0-ntlm-authentication/m-p/94962#M65114</guid>
      <dc:creator>jayas</dc:creator>
      <dc:date>2007-06-29T18:56:08Z</dc:date>
    </item>
  </channel>
</rss>

