<?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 CIFS Issues in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214284#M167414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is my last remaining issue with my Alfresco implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't map drives to Alfresco, nor can I authenticate by just trying to connect to \\alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error log is telling me this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11:32:23,721 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=7, auth ctx=[NTLM,Challenge=299c1e9102a9485e]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:32:23,725 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:32:23,727 ERROR [org.alfresco.smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Invalid parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:32:23,734 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;11:32:23,735 ERROR [org.alfresco.smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Invalid parameter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm also having an issue from within the Alfresco site. It seems to want to append an "a" to the Alfresco hostname within all of the download links. That can't work, since obviously our Alfresco hostname is simple "alfresco".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? I can get more log information if necessary. I'm running on an Ubuntu server and running Alfresco as root (for now, since I haven't changed the CIFS ports to non-privileged ports).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2009 15:37:25 GMT</pubDate>
    <dc:creator>durrell</dc:creator>
    <dc:date>2009-07-30T15:37:25Z</dc:date>
    <item>
      <title>CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214284#M167414</link>
      <description>This is my last remaining issue with my Alfresco implementation.I can't map drives to Alfresco, nor can I authenticate by just trying to connect to \\alfresco.Error log is telling me this:11:32:23,721 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=7, auth ctx=[NTLM,Challenge=299c1e9102a9485e</description>
      <pubDate>Thu, 30 Jul 2009 15:37:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214284#M167414</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-07-30T15:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214285#M167415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;can you post your file-servers-custom.xml ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 16:30:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214285#M167415</guid>
      <dc:creator>jarrett</dc:creator>
      <dc:date>2009-07-30T16:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214286#M167416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;alfresco-config area="file-servers"&amp;gt;&lt;BR /&gt;&amp;lt;config evaluator="string-compare" condition="CIFS Server"&lt;BR /&gt; replace="true"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverEnable enabled="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;host name="${localname}A" domain="MYDOMAIN"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– The name attribute can use the special token of&lt;BR /&gt; {localname} to use the local servers host name and generate a unique name by prepending/appending to it. –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;comment&amp;gt;Alfresco CIFS Server&amp;lt;/comment&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Set to the broadcast mask for the subnet –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;broadcast&amp;gt;255.255.0.0&amp;lt;/broadcast&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;tcpipSMB platforms="linux,solaris,macosx"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;netBIOSSMB platforms="linux,solaris,macosx"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– Use Win32 NetBIOS interface on Windows –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Win32NetBIOS/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Win32Announce interval="5"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;hostAnnounce interval="5"/&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!–The following defines the authentication connector to an AD server –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;authenticator type="passthru"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!– within the following tag place a comma delimited list of your AD servers that Alfresco should talk to–&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Server&amp;gt;10.0.1.1&amp;lt;/Server&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/authenticator&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;sessionDebug flags="Negotiate,Socket"/&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;/alfresco-config&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 18:11:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214286#M167416</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-07-30T18:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214287#M167417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is one of the places where the "A" comes in…..I think there may be one in web-client.config as well.&amp;nbsp; I know the web-client.config files hold things like the cifs domain suffix&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this is line 5 of the config you posted &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;host name="${localname}&lt;SPAN style="color:#FF0000;"&gt;A&lt;/SPAN&gt;" domain="MYDOMAIN"/&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;you will want&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;lt;host name="${localname}" domain="MYDOMAIN"/&amp;gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The A is added because when alfresco runs on windows, windows fights alfresco for controll of the cifs like no one's business&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 14:27:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214287#M167417</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-07-31T14:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214288#M167418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I noticed that. I went ahead and edited it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The interesting thing is that it sees the Alfresco server fine when I used \\alfresco, and according to the logs we are authenticating properly and a session is opening up, but it declines my credentials and acts like they aren't correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm assuming I just have something misconfigured, I just can't figure out what it is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 17:20:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214288#M167418</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-07-31T17:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214289#M167419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;could you post your file-servers-config-custom.xml file as well as any custom authentication files you are using…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it should be in the "tomcat-&amp;gt;shared" directory…..also, if your not using that could you post the "file-servers.properties" file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there are some restrictions on authentication mechanisms for cifs&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 17:27:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214289#M167419</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-07-31T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214290#M167420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I posted the file-servers-config earliier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using strictly LDAP authentication with the "simple" auth method, no Kerberos or anything. What would you need to see?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 18:59:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214290#M167420</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-07-31T18:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214291#M167421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thats it…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;LDAP does not support CIFS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you will have to use NTLM(alfresco or passthru) or Kerberos.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is a link to the 3.2 information…I remember the same was true for every previous version i looked at too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#What_are_the_Authentication_Subsystems.3F" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Alfresco_Authentication_Subsystems#What_are_the_Authentication_Subsystems.3F&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Passthru is not hard to setup if you are using Active directory 2k3 and if you are using 2k7(8?) you probably want to use kerberos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 19:05:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214291#M167421</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-07-31T19:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214292#M167422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well I have CIFS configured to use Passthru and it appears to authenticate somewhat. It's just failing right after that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe I'm missing some sort of configuration somewhere?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 19:45:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214292#M167422</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-07-31T19:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214293#M167423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you post your authentication configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2009 19:48:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214293#M167423</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-07-31T19:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214294#M167424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm assuming you mean ldap-authentication.properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;# This properties file brings together the common options for LDAP authentication rather than editing the bean definitions&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# How to map the user id entered by the user to taht passed through to LDAP^M&lt;BR /&gt;# - simple&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp; - this must be a DN and would be something like&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CN=%s,DC=company,DC=com&lt;BR /&gt;# - digest&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp; - usually pass through what is entered&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %s&lt;BR /&gt;ldap.authentication.userNameFormat=%s@domain.com&lt;BR /&gt;&lt;BR /&gt;# The LDAP context factory to use&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;&lt;BR /&gt;# The URL to connect to the LDAP server&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://[server name]:389&lt;BR /&gt;&lt;BR /&gt;# The authentication mechanism to use&lt;BR /&gt;#ldap.authentication.java.naming.security.authentication=DIGEST-MD5&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;&lt;BR /&gt;# The default principal to use (only used for LDAP sync)&lt;BR /&gt;ldap.authentication.java.naming.security.principal=[username]&lt;BR /&gt;&lt;BR /&gt;# The password for the default principal (only used for LDAP sync)&lt;BR /&gt;ldap.authentication.java.naming.security.credentials=[password]&lt;BR /&gt;&lt;BR /&gt;# Escape commas entered by the user at bind time&lt;BR /&gt;# Useful when using simple authentication and the CN is part of the DN and contains commas&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;&lt;BR /&gt;# Escape commas entered by the user when setting the authenticated user&lt;BR /&gt;# Useful when using simple authentication and the CN is part of the DN and contains commas, and the escaped \, is&lt;BR /&gt;# pulled in as part of an LDAP sync&lt;BR /&gt;# If this option is set to true it will break the default home folder provider as space names can not contain \&lt;BR /&gt;ldap.authentication.escapeCommasInUid=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;/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>Sat, 01 Aug 2009 05:56:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214294#M167424</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-08-01T05:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214295#M167425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;LDAP alone wont enable CIFS to work, you will need to configure NTLM using the ntlm-authentication-context.xml.samples file.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;take a look at this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Configuring_NTLM#NTLM_Passthru_Authentication" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Configuring_NTLM#NTLM_Passthru_Authentication&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This page should work for any alfresco version prior to 3.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you only need to the the "NTLM passthru authentication" section and below.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Assuming you are running Active Directory 2k3 for authentication you dont need to use the "domain" configuration but just the server configuration and if you have two domain controllers 10.0.0.1 and 10.0.0.2 for the domain company.com&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;servers=COMPANY\10.0.0.1,COMPANY\10.0.0.2,10.0.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;on monday, i can get a copy of the working config i have used.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NTLM will use ports TCP:445, TCP139, UDP138, UDP137 (if i remember correctly)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 12:52:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214295#M167425</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-08-01T12:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214296#M167426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Man, this is great. Thanks a ton for the guidance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm actually using Windows Server 2008 with Active Directory. Does that make a difference?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 16:11:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214296#M167426</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-08-01T16:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214297#M167427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If memory serves me, NTLM is being fazed out in 2008 so it is not enabled by default.&amp;nbsp; Though can be enabled.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to take a look at kerberos.&amp;nbsp; it seems to be replacing NTLM and uses ports tcp:88 and udp88 (i think)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set this up once….IT went a lot easier than it looked….The only querk was the application on AD that generates teh key literally crashed every time i ran it.&amp;nbsp; But, the key was still good.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Configuring_the_CIFS_and_web_servers_for_Kerberos/AD_integration&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 16:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214297#M167427</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-08-01T16:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214298#M167428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I forgot to mention you can combine NTLM+LDAP or Kerberos+LDAP.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco will use NTLM or Kerberos for authentication and LDAP to synchronize user accounts&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 16:43:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214298#M167428</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-08-01T16:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214299#M167429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;LDAP sync is working perfectly, as is authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As long as I have a way for users to authenticate via Active Directory, I don't care how it happens.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the ntlm-authentication-context.xml file, I got this in the logs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;12:54:20,235 DEBUG [org.alfresco.smb.protocol.auth] Mapped client /10.0.7.201 to domain null&lt;BR /&gt;12:54:20,341 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=4, auth ctx=[NTLM,Challenge=235f636b3e9c3ea9]&lt;BR /&gt;12:54:20,398 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction&lt;BR /&gt;12:54:20,401 ERROR [org.alfresco.smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Invalid parameter&lt;BR /&gt;12:54:20,491 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction&lt;BR /&gt;12:54:20,491 ERROR [org.alfresco.smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Invalid parameter&lt;BR /&gt;12:54:20,534 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction&lt;BR /&gt;12:54:20,535 ERROR [org.alfresco.smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Invalid parameter&lt;BR /&gt;12:54:20,578 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction&lt;BR /&gt;12:54:20,579 ERROR [org.alfresco.smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Invalid parameter&lt;BR /&gt;12:54:29,865 DEBUG [org.alfresco.smb.protocol.auth] Mapped client /10.0.7.201 to domain null&lt;BR /&gt;12:54:29,869 DEBUG [org.alfresco.smb.protocol.auth] Passthru sessId=5, auth ctx=[NTLM,Challenge=474b6022dbeb0c50]&lt;BR /&gt;12:54:44,913 DEBUG [org.alfresco.smb.protocol.auth] Using Write transaction&lt;BR /&gt;12:54:44,916 ERROR [org.alfresco.smb.protocol.auth] org.alfresco.jlan.smb.SMBException: Invalid parameter&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Aug 2009 16:51:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214299#M167429</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-08-01T16:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214300#M167430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Mapped client /10.0.7.201 to domain null&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;looks like you need to manually map NTLM domains in alfresco….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;basicaly they are rules that say, if the client doesn't specify their domain, assume this is their domain based on their ipaddress&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can enter multiple domain/subnets by simply repeating the Domain Name line for each one&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;DomainMappings&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;Domain name="ALFRESCO" subnet="192.168.1.0" mask="192.168.1.255"/&amp;gt;&lt;BR /&gt;&amp;lt;/DomainMappings&amp;gt;&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>Sat, 01 Aug 2009 16:59:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214300#M167430</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-08-01T16:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214301#M167431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where does that need to be mapped? The same file?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2009 05:38:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214301#M167431</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-08-02T05:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214302#M167432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yeah, I think it is nested in the same parent sections as the "server" "local", etc….Ill have to wait till tomorrow til i can get a config and double check&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2009 11:02:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214302#M167432</guid>
      <dc:creator>ofrxnz</dc:creator>
      <dc:date>2009-08-02T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214303#M167433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe that is the only section in that file that houses any config, so I'll try that and if it doesn't work then tomorrow I'll get a working config from you to base mine off of.&amp;nbsp; :mrgreen:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Aug 2009 15:10:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues/m-p/214303#M167433</guid>
      <dc:creator>durrell</dc:creator>
      <dc:date>2009-08-02T15:10:42Z</dc:date>
    </item>
  </channel>
</rss>

