<?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 Passthru, NTLM, SSO and Mobile in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301112#M254242</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 am looking for some help with this..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a pretty basic Alfresco community installation and I am trying to get the authentication sorted out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco: Community 5.0d&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server: Ubuntu 14.04 LTS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;AD Server: Windows 2012&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Clients: Windows 7&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;iPad with Alfresco mobile app version 2.1.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;network: LAN - without proxy or anything clever&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Outcome&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;CIFS drive mapping on Windows 7 desktop&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NTLM SSO for web client - and in particular to use the sharepoint protocol to allow edit online, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco mobile app - to access the repository&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Current status&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;With the settings below - the Windows clients are working as desired…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mobile app will no connect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have turned on DEBUG in CMIS in ./tomcat/webapps/alfresco/WEB-INF/classes/log4j.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And get the error in&amp;nbsp; the alfresco.log file below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I undo the NTLM and SSO changes then the mobile client works - and o the desktop doesn’t do SSO and the edit online doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am pretty new to Alfresco so any help and guidance will be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed the opencmis workbench to make testing a little easier - and have the same error when connect from that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks, Jon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;alfresco-global.properties&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;### passthru authentication ###&lt;BR /&gt;authentication.chain=passthru1:passthru,alfrescoNtlm1:alfrescoNtlm&lt;BR /&gt;# authentication.chain=passthru1:passthru&lt;BR /&gt;&lt;BR /&gt;ntlm.authentication.sso.enabled=true&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.domain=&lt;BR /&gt;passthru.authentication.servers=JONNO\\jonno-ad01.jonno.org,jonno-ad01.jonno.org&lt;BR /&gt;passthru.authentication.authenticateCIFS=true&lt;BR /&gt;passthru.authentication.guestAccess=false&lt;BR /&gt;passthru.authentication.protocolOrder=TCPIP,NETBIOS&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=jon,administrator&lt;BR /&gt;alfresco.authentication.authenticateCIFS=false&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;/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;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;alfresco.log&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;2015-09-07 13:10:03,836 DEBUG [org.alfresco.web.app.servlet.NTLMAuthenticationFilter] [http-apr-8080-exec-2] NTLM blob not handled, redirecting to login page.&lt;BR /&gt;2015-09-07 13:10:03,837 DEBUG [org.alfresco.web.app.servlet.NTLMAuthenticationFilter] [http-apr-8080-exec-2] restartLoginChallenge…&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Sep 2015 06:08:11 GMT</pubDate>
    <dc:creator>jonno70</dc:creator>
    <dc:date>2015-09-07T06:08:11Z</dc:date>
    <item>
      <title>Passthru, NTLM, SSO and Mobile</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301112#M254242</link>
      <description>HiI am looking for some help with this..I have a pretty basic Alfresco community installation and I am trying to get the authentication sorted out.EnvironmentAlfresco: Community 5.0dServer: Ubuntu 14.04 LTSAD Server: Windows 2012Clients: Windows 7iPad with Alfresco mobile app version 2.1.2network: L</description>
      <pubDate>Mon, 07 Sep 2015 06:08:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301112#M254242</guid>
      <dc:creator>jonno70</dc:creator>
      <dc:date>2015-09-07T06:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru, NTLM, SSO and Mobile</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301113#M254243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tested the configuration against Community 5.0.c and found that release works with the configuration I have used….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore I have raised a JIRA issue (hope I did it right)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tested against the Early Access release of 5.1 - 201508, and the issue is in that build as well….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cheers, Jon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 07:28:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301113#M254243</guid>
      <dc:creator>jonno70</dc:creator>
      <dc:date>2015-09-08T07:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru, NTLM, SSO and Mobile</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301114#M254244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would have thought that this was incorrect (at least, I have it differently).&amp;nbsp; Having said that, if you have both domain and server (as I do), it's not clear to me which Alfresco will use.&amp;nbsp; I've seen it mentioned that using the "servers" (with hostname/IP) is preferred/more reliable than "domain", but as I have two different domains with different accounts, having both (currently) seems to work. ALso, for what it is worth, in the auth chain, I have alfrescoNTLM first, with passthru 2nd (and ldap 3rd).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.domain=&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.servers=JONNO\\jonno-ad01.jonno.org,jonno-ad01.jonno.org&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Me:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.domain=JONNO\\jonno-ad01.jonno.org,jonno-ad01.jonno.org&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;passthru.authentication.servers=192.168.1.1,any-other-ip-address&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 12:06:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301114#M254244</guid>
      <dc:creator>gnyce</dc:creator>
      <dc:date>2015-09-22T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru, NTLM, SSO and Mobile</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301115#M254245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a same problem !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;have you found the solution ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2015 16:07:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301115#M254245</guid>
      <dc:creator>landjet</dc:creator>
      <dc:date>2015-11-02T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Passthru, NTLM, SSO and Mobile</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301116#M254246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same problem here. Version 201704 NTLM authentication only. As soon as I enable SSO I'm not able to login to the mobile app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jul 2017 10:54:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/passthru-ntlm-sso-and-mobile/m-p/301116#M254246</guid>
      <dc:creator>pingus</dc:creator>
      <dc:date>2017-07-22T10:54:50Z</dc:date>
    </item>
  </channel>
</rss>

