Author: kwright
Date: Sun Aug 19 17:45:40 2012
New Revision: 1374809

URL: http://svn.apache.org/viewvc?rev=1374809&view=rev
Log:
Fix for CONNECTORS-507.  Committed on behalf of Swapna Vuppala.

Modified:
    manifoldcf/trunk/CHANGES.txt
    
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1374809&r1=1374808&r2=1374809&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Sun Aug 19 17:45:40 2012
@@ -3,6 +3,9 @@ $Id$
 
 ======================= 0.7-dev =====================
 
+CONNECTORS-507: Improve JCIFs Connector documentation.
+(Swapna Vuppala)
+
 CONNECTORS-508: Improve SharePoint connector documentation.
 (Ahmet Arslan)
 

Modified: 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml?rev=1374809&r1=1374808&r2=1374809&view=diff
==============================================================================
--- 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
 (original)
+++ 
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
 Sun Aug 19 17:45:40 2012
@@ -1323,6 +1323,9 @@
                 <p>The mappings specified here are similar in all respects to 
the path attribute mapping setup described above.  If no mappings are present, 
the file path is converted
                        to a canonical file IRI.  If mappings are present, the 
conversion is presumed to produce a valid URL, which can be used to access the 
document via some
                        variety of Windows Share http server.</p>
+                <p>Accessing some servers may result in "Couldn't connect to 
server: Logon failure: unknown user name or bad password" Connection Status, 
because the default version of NTLM used for
+                       authentication is incompatible.  If this is the case, 
the Windows Share repository connector can be configured to use NTLMv1, rather 
than the NTLMv2 default. This is done by
+                       setting the property 
"org.apache.manifoldcf.crawler.connectors.jcifs.usentlmv1" to "true" in 
properties.xml file.</p>
 
             </section>
 


Reply via email to