- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/docs-xml/smbdotconf/security/serversigning.xml
r414 r752 6 6 <description> 7 7 8 <para>This controls whether the client is allowed or required to use SMB signing. Possible values9 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>. 11 11 </para> 12 12 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> 16 21 </description> 17 22
Note:
See TracChangeset
for help on using the changeset viewer.