Ignore:
Timestamp:
Nov 29, 2012, 2:06:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9 2nd part

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/docs-xml/smbdotconf/security/serversigning.xml

    r414 r752  
    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.