Author: kwright
Date: Wed Sep 19 16:05:12 2012
New Revision: 1387656

URL: http://svn.apache.org/viewvc?rev=1387656&view=rev
Log:
Fix for CONNECTORS-530

Modified:
    manifoldcf/trunk/CHANGES.txt
    
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/end-user-documentation.xml
    
manifoldcf/trunk/site/src/documentation/resources/images/en_US/jcifs-configure-server.PNG

Modified: manifoldcf/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1387656&r1=1387655&r2=1387656&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Wed Sep 19 16:05:12 2012
@@ -3,6 +3,10 @@ $Id$
 
 ======================= 1.0-dev =====================
 
+CONNECTORS-530: Add documentation for the Use SIDs checkbox in
+the JCIFS connector Server tab.
+(Karl Wright)
+
 CONNECTORS-528: Add documentation for LDAP authority.
 (Karl Wright)
 

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=1387656&r1=1387655&r2=1387656&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
 Wed Sep 19 16:05:12 2012
@@ -1275,6 +1275,9 @@
                        form, and provide a fully-qualified domain name in the 
"Domain name" field.  The user name also should usually be unqualified, e.g. 
"Administrator" rather than
                        "[email protected]".  Sometimes it may work to 
leave the "Domain name" field blank, and instead supply a fully-qualified 
machine name in the "Server"
                        field.  It never works to supply both a domain name 
<b>and</b> a fully-qualified server name.</p>
+                <p>The "Use SIDs" checkbox allows you to control whether the 
connection uses SIDs as access tokens (which is appropriate for Windows servers 
and NAS servers
+                      that are secured by Active Directory), or user/group 
names (which is appropriate for Samba servers, and other CIFS servers that use 
LDAP for security, in conjunction
+                      with the LDAP Authority connection type).  Check the box 
to use SIDs.</p>
                 <p>Please note that you should probably set the "Maximum 
number of connections per JVM" field, on the "Throttling" tab, to a number 
smaller than the default value of
                        10, because Windows is not especially good at handling 
multithreaded file requests.  A number less than 5 is likely to perform as well 
with less chance of causing
                        server-side problems.</p>

Modified: 
manifoldcf/trunk/site/src/documentation/resources/images/en_US/jcifs-configure-server.PNG
URL: 
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/resources/images/en_US/jcifs-configure-server.PNG?rev=1387656&r1=1387655&r2=1387656&view=diff
==============================================================================
Binary files - no diff available.


Reply via email to