<?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: alfrescoNtlm authentication &amp; CIFS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305947#M259077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So youy're telling me that I cannot get alfrescoNTLM working with CIFS? I must use passthru since it uses NTLMv1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the hashes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 12:18:24 GMT</pubDate>
    <dc:creator>alexbrst</dc:creator>
    <dc:date>2013-08-22T12:18:24Z</dc:date>
    <item>
      <title>alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305941#M259071</link>
      <description>Hi,I recently installed Alfresco 4.2.0 on a Debian 7.1 server and successfully set up the LDAP authentication subsystem against my local Active Directory.I'm now trying to use the CIFS share and get the alfrescoNtlm authentication subsystem working. I do not want to use passthru authentication.I had</description>
      <pubDate>Wed, 07 Aug 2013 08:30:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305941#M259071</guid>
      <dc:creator>alexbrst</dc:creator>
      <dc:date>2013-08-07T08:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305942#M259072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nobody managed to get alfrescoNtlm working?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 07:23:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305942#M259072</guid>
      <dc:creator>alexbrst</dc:creator>
      <dc:date>2013-08-12T07:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305943#M259073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried to put your ntlm authentication into the global.properties file rather than configuring it in the two files below the WEB-INF? I've read from another post that an alfresco engineer has advised not to configure these files. Especially if you are using more than one authentication method. Might be worth a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 18:14:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305943#M259073</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-08-12T18:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305944#M259074</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;Thanks for the tip. I did try that, no luck either.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 09:11:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305944#M259074</guid>
      <dc:creator>alexbrst</dc:creator>
      <dc:date>2013-08-13T09:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305945#M259075</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 changed a few settings in ./tomcat/shared/classes/alfresco-global.properties :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap1:ldap-ad&lt;BR /&gt;&lt;BR /&gt;ntlm.authentication.sso.enabled=false&lt;BR /&gt;alfresco.authentication.authenticateCIFS=true&lt;BR /&gt;alfresco.authentication.allowGuestLogin=false&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.active=true&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.userNameFormat=%s@XXXXX&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://XXXXX&lt;BR /&gt;ldap.authentication.defaultAdministratorUserNames=Administrator,alfresco&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=XXXXX&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=XXXXX&lt;BR /&gt;ldap.synchronization.groupSearchBase=XXXXX&lt;BR /&gt;ldap.synchronization.userSearchBase=XXXXX&lt;BR /&gt;&lt;BR /&gt;cifs.enabled=true&lt;BR /&gt;cifs.serverName=XXXXX&lt;BR /&gt;cifs.domain=XXXXX&lt;BR /&gt;cifs.broadcast=255.255.255.255&lt;BR /&gt;cifs.bindto=XXXXX&lt;BR /&gt;cifs.hostannounce=true&lt;BR /&gt;cifs.sessionTimeout=1800&lt;BR /&gt;cifs.ipv6.enabled=false&lt;BR /&gt;cifs.tcpipSMB.port=445&lt;BR /&gt;cifs.netBIOSSMB.namePort=137&lt;BR /&gt;cifs.netBIOSSMB.datagramPort=138&lt;BR /&gt;cifs.netBIOSSMB.sessionPort=139&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;/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;SPAN&gt;I noticed that I'm able to use the Alfresco admin account to authenticate against Alfresco CIFS, but still not able to use my AD account.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know what could cause that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 14:53:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305945#M259075</guid>
      <dc:creator>alexbrst</dc:creator>
      <dc:date>2013-08-21T14:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305946#M259076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think (havn't checked) CIFS can only use a single authenticator for CIFS,&amp;nbsp; in your case alfrescoNTLM1, so ot won't authenticate against ldap1.&amp;nbsp;&amp;nbsp; In addition CIFS needs MD4 hash and NTLMV1 to authnticate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 09:38:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305946#M259076</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-08-22T09:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305947#M259077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So youy're telling me that I cannot get alfrescoNTLM working with CIFS? I must use passthru since it uses NTLMv1?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the hashes?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 12:18:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305947#M259077</guid>
      <dc:creator>alexbrst</dc:creator>
      <dc:date>2013-08-22T12:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305948#M259078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think, I have the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My browsers (Firefox and IE) are configured to try NTLM authentication against my Alfresco installation but I am prompted with a pop-up window asking me to type my username and password and only Alfresco local accounts are working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/cite&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In log, I find this :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[org.alfresco.web.app.servlet.NTLMAuthenticationFilter] Received type3 [Type3:,LM:XXX,NTLM:XXX,Dom:XXX,User:XXX,Wks:XXX]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[org.alfresco.web.app.servlet.NTLMAuthenticationFilter] Perform an NTLMv2 session key check.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[org.alfresco.web.app.servlet.NTLMAuthenticationFilter] &lt;/SPAN&gt;&lt;STRONG&gt;Password check failed.&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[org.alfresco.web.app.servlet.NTLMAuthenticationFilter] Logon failed using NTLMSSP/NTLMv2SessKey&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The NTLM protocol works but when it try to authenticate account …. it failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody have any idea ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:02:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305948#M259078</guid>
      <dc:creator>opacdurhone</dc:creator>
      <dc:date>2013-08-26T16:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: alfrescoNtlm authentication &amp; CIFS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305949#M259079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have exactly the same problem!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;all work correctly(loggin in the portal, share, webdav and ftp) but not for the CIFS!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My alfresco 4.2.d is linked with the domain (AD Windows 2008)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;### CIFS/SMB Server Configuration ###&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.serverName="GEDFRESV01"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.domain="beholding.org"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.hostannounce=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.authentication.authenticateCIFS=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the method here to link my alfresco to my AD&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://pomeroy.me/2013/02/alfresco-on-windows-server-with-active-directory-authentication/" rel="nofollow noopener noreferrer"&gt;http://pomeroy.me/2013/02/alfresco-on-windows-server-with-active-directory-authentication/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thnak for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Nov 2013 11:14:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfrescontlm-authentication-cifs/m-p/305949#M259079</guid>
      <dc:creator>em_renaud</dc:creator>
      <dc:date>2013-11-07T11:14:44Z</dc:date>
    </item>
  </channel>
</rss>

