<?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: NTLM Authentication in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167302#M120834</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To the orignal parent poster, I believe it has to do with the User Homes folder not existing or being moved. Hope that helps, even though this response is 2 months after your post!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Apr 2008 21:18:19 GMT</pubDate>
    <dc:creator>curious_george</dc:creator>
    <dc:date>2008-04-23T21:18:19Z</dc:date>
    <item>
      <title>NTLM Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167299#M120831</link>
      <description>Hello!I'm trying to use NTML Authentication, but I'm having some problems. I've configured everything, and it works fine only if it is a new installation of Alfresco (with no changes). If it's not a new installation, I get the following error:net.sf.acegisecurity.AuthenticationServiceException: Gene</description>
      <pubDate>Wed, 27 Feb 2008 11:40:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167299#M120831</guid>
      <dc:creator>indand</dc:creator>
      <dc:date>2008-02-27T11:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: NTLM Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167300#M120832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm tryin to configure NTLM authentication too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i've read the wiki for configuring NTLM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have a user defined in alfresco (same name and password as windows logon)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(alfresco 2.1 community, windows xp pro, firefox with trusted-uris: localhost)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;changed the web.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the following error occurs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;net.sf.acegisecurity.AuthenticationCredentialsNotFoundException: A valid SecureContext was not provided in the RequestContext&lt;BR /&gt;at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.credentialsNotFound(AbstractSecurityInterceptor.java:477)&lt;BR /&gt;at net.sf.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:355)&lt;BR /&gt;at net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:77)&lt;BR /&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)&lt;BR /&gt;at org.alfresco.repo.security.permissions.impl.ExceptionTranslatorMethodInterceptor.invoke(ExceptionTranslatorMethodInterceptor.java:49)&lt;BR /&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)&lt;BR /&gt;at org.alfresco.repo.audit.AuditComponentImpl.auditImpl(AuditComponentImpl.java:256)&lt;BR /&gt;at org.alfresco.repo.audit.AuditComponentImpl.audit(AuditComponentImpl.java:191)&lt;BR /&gt;at org.alfresco.repo.audit.AuditMethodInterceptor.invoke(AuditMethodInterceptor.java:69)&lt;BR /&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)&lt;BR /&gt;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)&lt;BR /&gt;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)&lt;BR /&gt;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)&lt;BR /&gt;at $Proxy2.getProperty(Unknown Source)&lt;BR /&gt;at org.alfresco.web.app.servlet.NTLMAuthenticationFilter.processType3(NTLMAuthenticationFilter.java:786)&lt;BR /&gt;at org.alfresco.web.app.servlet.NTLMAuthenticationFilter.doFilter(NTLMAuthenticationFilter.java:402)&lt;BR /&gt;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)&lt;BR /&gt;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)&lt;BR /&gt;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)&lt;BR /&gt;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)&lt;BR /&gt;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&lt;BR /&gt;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)&lt;BR /&gt;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)&lt;BR /&gt;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)&lt;BR /&gt;at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)&lt;BR /&gt;at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)&lt;BR /&gt;at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)&lt;BR /&gt;at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:595) &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;/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;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;/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;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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 15:33:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167300#M120832</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-02-28T15:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: NTLM Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167301#M120833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've enabled debugging for NTLM:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Login with Firefox:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;[NTLMAuthenticationFilter] New NTLM auth request from 127.0.0.1 (127.0.0.1:2413)&lt;BR /&gt;[NTLMAuthenticationFilter] Received type1 [Type1:0x88207,Domain:&amp;lt;NotSet&amp;gt;,Wks:&amp;lt;NotSet&amp;gt;]&lt;BR /&gt;[NTLMAuthenticationFilter] Sending NTLM type2 to client - [Type2:0x203,Target:BAUDRILLARD_A,Ch:ebd197078974f851]&lt;BR /&gt;[NTLMAuthenticationFilter] Received type3 [Type3:,LM:3d83a2f2c67986799fccf7401240f3a1a50d66d20f018eff,NTLM:3d83a2f2c67986799fccf7401240f3a1a50d66d20f018eff,&lt;BR /&gt;Dom:,User:agapkin,Wks:baudrillard]&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Login with IE7:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;[NTLMAuthenticationFilter] New NTLM auth request from 127.0.0.1 (127.0.0.1:2786)&lt;BR /&gt;[NTLMAuthenticationFilter] Received type1 [Type1:0xa208b207,Domain:SWIPE.DE,Wks:BAUDRILLARD]&lt;BR /&gt;[NTLMAuthenticationFilter] Sending NTLM type2 to client - [Type2:0x80000203,Target:BAUDRILLARD_A,Ch:8e1ecf31a7e499f0]&lt;BR /&gt;[NTLMAuthenticationFilter] Received type3 [Type3:,LM:dc34e939a64b10f8802cdcc73fb5ef4dc289ce27a14ed7de,NTLM:37d65de7bd222d1a7192cd7b5de98d6a6591354356bc8e62,&lt;BR /&gt;Dom:SWIPE.DE,User:agapkin,Wks:BAUDRILLARD]&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;roman&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 16:03:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167301#M120833</guid>
      <dc:creator>roman</dc:creator>
      <dc:date>2008-02-28T16:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: NTLM Authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167302#M120834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To the orignal parent poster, I believe it has to do with the User Homes folder not existing or being moved. Hope that helps, even though this response is 2 months after your post!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2008 21:18:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/ntlm-authentication/m-p/167302#M120834</guid>
      <dc:creator>curious_george</dc:creator>
      <dc:date>2008-04-23T21:18:19Z</dc:date>
    </item>
  </channel>
</rss>

