Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

Location:
vendor/current/docs-xml/smbdotconf
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/smbdotconf/filename/casesensitive.xml

    r414 r746  
    99</description>
    1010
    11 <value type="default">no</value>
     11<value type="default">auto</value>
    1212</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/filename/maxstatcachesize.xml

    r414 r746  
    1010          the number of kilobyte (1024) units the stat cache can use.
    1111          A value of zero, meaning unlimited, is not advisable due to
    12           increased memory useage.  You should not need to change this
     12          increased memory usage.  You should not need to change this
    1313          parameter.
    1414        </para>
  • vendor/current/docs-xml/smbdotconf/misc/widelinks.xml

    r414 r746  
    1818        <smbconfoption name="unix extensions"/> option is on.
    1919        </para>
     20        <para>
     21        See the parameter <smbconfoption name="allow insecure wide links"/>
     22        if you wish to change this coupling between the two parameters.
     23        </para>
    2024</description>
    2125
  • vendor/current/docs-xml/smbdotconf/protocol/nameresolveorder.xml

    r414 r746  
    6666</description>
    6767
    68 <value type="default">lmhosts host wins bcast</value>
     68<value type="default">lmhosts wins host bcast</value>
    6969<value type="example">lmhosts bcast host</value>
    7070</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/profileacls.xml

    r414 r746  
    2626        user to access the profile.
    2727        </para>
    28        
     28
    2929        <para>
    3030        Note that if you have multiple users logging
     
    3636        tree to the owning user.
    3737        </para>
     38
     39        <para>
     40        Note that this parameter should be set to yes on dedicated profile shares only.
     41        On other shares, it might cause incorrect file ownerships.
     42        </para>
     43
    3844</description>
    3945
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxcredits.xml

    r740 r746  
    1212</description>
    1313
    14 <value type="default">128</value>
     14<value type="default">8192</value>
    1515</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxread.xml

    r740 r746  
    99size that may be returned by a single SMB2 read call.
    1010</para>
    11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
     11<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
    1212</description>
    1313
    1414<related>smb2 max write</related>
    1515<related>smb2 max trans</related>
    16 <value type="default">1048576</value>
     16<value type="default">65536</value>
    1717</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxtrans.xml

    r740 r746  
    99size of buffer that may be used in querying file meta-data via QUERY_INFO and related SMB2 calls.
    1010</para>
    11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
     11<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
    1212</description>
    1313
    1414<related>smb2 max read</related>
    1515<related>smb2 max write</related>
    16 <value type="default">1048576</value>
     16<value type="default">65536</value>
    1717</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/smb2maxwrite.xml

    r740 r746  
    99size that may be sent to the server by a single SMB2 write call.
    1010</para>
    11 <para>The default is 1048576 bytes (1MB), which is the same as a Windows7 SMB2 server.</para>
     11<para>The maximum is 65536 bytes (64KB), which is the same as a Windows Vista SMB2 server.</para>
    1212</description>
    1313
    1414<related>smb2 max read</related>
    1515<related>smb2 max trans</related>
    16 <value type="default">1048576</value>
     16<value type="default">65536</value>
    1717</samba:parameter>
  • vendor/current/docs-xml/smbdotconf/protocol/unixextensions.xml

    r414 r746  
    1515    parameter will automatically be disabled.
    1616    </para>
     17    <para>
     18    See the parameter <smbconfoption name="allow insecure wide links"/>
     19    if you wish to change this coupling between the two parameters.
     20    </para>
    1721</description>
    1822
  • vendor/current/docs-xml/smbdotconf/security/serversigning.xml

    r414 r746  
    66<description>
    77
    8     <para>This controls whether the client is allowed or required to use SMB signing. Possible values
    9     are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 
    10     and <emphasis>disabled</emphasis>. 
     8    <para>This controls whether the client is allowed or required to use SMB1 and SMB2 signing. Possible values
     9    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
     10    and <emphasis>disabled</emphasis>.
    1111    </para>
    1212
    13     <para>When set to auto, SMB signing is offered, but not enforced.
    14     When set to mandatory, SMB signing is required and if set
    15         to disabled, SMB signing is not offered either.</para>
     13    <para>When set to auto, SMB1 signing is offered, but not enforced.
     14    When set to mandatory, SMB1 signing is required and if set
     15    to disabled, SMB signing is not offered either.</para>
     16
     17    <para>For the SMB2 protocol, by design, signing cannot be disabled. In the case
     18    where SMB2 is negotiated, if this parameter is set to <emphasis>disabled</emphasis>,
     19    it will be treated as <emphasis>auto</emphasis>. Setting it to <emphasis>mandatory</emphasis>
     20    will still require SMB2 clients to use signing.</para>
    1621</description>
    1722
Note: See TracChangeset for help on using the changeset viewer.