source: branches/samba-3.2.x/docs-xml/smbdotconf/security/clientsigning.xml@ 203

Last change on this file since 203 was 203, checked in by Herwig Bauernfeind, 17 years ago

Missing 3.2.2 client and HOWTO files

File size: 700 bytes
Line 
1<samba:parameter name="client signing"
2 context="G"
3 type="boolean-auto"
4 basic="1"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>This controls whether the client offers or requires
8 the server it talks to to use SMB signing. Possible values
9 are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
10 and <emphasis>disabled</emphasis>.
11 </para>
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.
16</para>
17</description>
18
19<value type="default">auto</value>
20</samba:parameter>
Note: See TracBrowser for help on using the repository browser.