<?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: &amp;quot;Failed to open session to passthru server&amp;quot; after upgrading to windows server 2019 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94157#M27807</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/10625"&gt;@hoomanv&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Great news that you resolved it - &amp;amp; thanks for reporting how, very useful to other users.&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Apr 2020 13:47:24 GMT</pubDate>
    <dc:creator>EddieMay</dc:creator>
    <dc:date>2020-04-29T13:47:24Z</dc:date>
    <item>
      <title>"Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94149#M27799</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have been using alfresco community 5.2 edition with passthru authentication (Single Sign On) via windows server 2008 R2 without any issues. After upgrading to windows server 2019, passthru authentication fails with this exception.&lt;/P&gt;&lt;PRE&gt;org.alfresco.repo.security.authentication.AuthenticationException: 03291074 Failed to open session to passthru server
        at org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl.authenticatePassthru(NTLMAuthenticationComponentImpl.java:810)
        at org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl.authenticate(NTLMAuthenticationComponentImpl.java:570)
        at sun.reflect.GeneratedMethodAccessor635.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
        at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
        at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
        at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at com.sun.proxy.$Proxy132.authenticate(Unknown Source)
        at org.alfresco.repo.webdav.auth.BaseNTLMAuthenticationFilter.processType1(BaseNTLMAuthenticationFilter.java:401)
        at org.alfresco.repo.webdav.auth.BaseNTLMAuthenticationFilter.authenticateRequest(BaseNTLMAuthenticationFilter.java:303)
        at org.alfresco.repo.webdav.auth.BaseSSOAuthenticationFilter.doFilter(BaseSSOAuthenticationFilter.java:195)
        at sun.reflect.GeneratedMethodAccessor633.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.alfresco.repo.management.subsystems.ChainingSubsystemProxyFactory$1.invoke(ChainingSubsystemProxyFactory.java:119)
        at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
        at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
        at com.sun.proxy.$Proxy218.doFilter(Unknown Source)
        at org.alfresco.repo.web.filter.beans.BeanProxyFilter.doFilter(BeanProxyFilter.java:89)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:743)
        at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:485)
        at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:410)
        at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:337)
        at org.apache.jsp.index_jsp._jspService(index_jsp.java:100)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:439)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:218)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:110)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:506)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:169)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:445)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1115)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
        at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2549)
        at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2538)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:748)&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Apr 2020 08:20:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94149#M27799</guid>
      <dc:creator>hoomanv</dc:creator>
      <dc:date>2020-04-29T08:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94150#M27800</link>
      <description>&lt;P&gt;Windows 2019 support is only available in Alfresco 6.2.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 09:43:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94150#M27800</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-04-29T09:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94151#M27801</link>
      <description>&lt;P&gt;Alfresco is setup up on a CentOs machine and is configured to use Passthru authentication with our windows domain.&lt;/P&gt;&lt;P&gt;Users can login to Alfresco web interface with their windows accounts, that means LDAP authentication is fine.&lt;/P&gt;&lt;P&gt;But mapped drives to AOS are broken since the upgrade from Windows server 2008 to 2019.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:01:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94151#M27801</guid>
      <dc:creator>hoomanv</dc:creator>
      <dc:date>2020-04-29T10:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94152#M27802</link>
      <description>&lt;P&gt;I have not touched anything in alfresco-global.properties. Here's the configuration that used to be working&lt;/P&gt;&lt;PRE&gt;cifs.enabled=false
cifs.tcpipSMB.port=1445
cifs.netBIOSSMB.sessionPort=1139
cifs.netBIOSSMB.namePort=1137
cifs.netBIOSSMB.datagramPort=1138

authentication.chain=passthru1:passthru,ldap1:ldap-ad,alfrescoNtlm1:alfrescoNtlm

synchronization.autoCreatePeopleOnLogin=false

ntlm.authentication.sso.enabled=true
ntlm.authentication.mapUnknownUserToGuest=false

passthru.authentication.useLocalServer=false
passthru.authentication.domain=
passthru.authentication.servers=dc1.mycompany.com,dc2.mycompany.com

ldap.authentication.active=true
ldap.authentication.allowGuestLogin=false
ldap.authentication.userNameFormat=%s@mycompany.com
ldap.authentication.java.naming.provider.url=ldap://dc1.mycompany.com:389

ldap.synchronization.active=true
ldap.synchronization.java.naming.security.principal=ldap_user@mycompany.com
ldap.synchronization.java.naming.security.credentials=password
ldap.synchronization.groupSearchBase=ou\=Users,dc\=mycompany,dc\=com
ldap.synchronization.userSearchBase=ou\=Users,dc\=mycompany,dc\=com&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:07:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94152#M27802</guid>
      <dc:creator>hoomanv</dc:creator>
      <dc:date>2020-04-29T10:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94153#M27803</link>
      <description>&lt;P&gt;Does it have to do anything with SMB 1.0/CIFS File Sharing Support? This feature is not installed by default on Windows server 2019&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:22:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94153#M27803</guid>
      <dc:creator>hoomanv</dc:creator>
      <dc:date>2020-04-29T10:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94154#M27804</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/10625"&gt;@hoomanv&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Windows 2019 support in 6.2 is actually a work in progress.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:45:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94154#M27804</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-04-29T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94155#M27805</link>
      <description>&lt;P&gt;Well I'm still on 5.2, not 6.2&lt;/P&gt;&lt;P&gt;I'm not sure if microsoft has decided to drop NTLMv1 authentication on Windows server 2019, otherwise there is nothing I can think of that is preventing NTLM/Passthru authentication to work&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 10:55:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94155#M27805</guid>
      <dc:creator>hoomanv</dc:creator>
      <dc:date>2020-04-29T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94156#M27806</link>
      <description>&lt;P&gt;Fixed by installing&amp;nbsp;&lt;SPAN&gt;SMB 1.0/CIFS File Sharing Support&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:17:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94156#M27806</guid>
      <dc:creator>hoomanv</dc:creator>
      <dc:date>2020-04-29T13:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: "Failed to open session to passthru server" after upgrading to windows server 2019</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94157#M27807</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/10625"&gt;@hoomanv&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Great news that you resolved it - &amp;amp; thanks for reporting how, very useful to other users.&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2020 13:47:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/quot-failed-to-open-session-to-passthru-server-quot-after/m-p/94157#M27807</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-04-29T13:47:24Z</dc:date>
    </item>
  </channel>
</rss>

