Move cached cwd onto conn struct.
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / security / serversigning.xml
blobea21a2c6f64d487b0ae9261d42a64c8f62f44ccd
1 <samba:parameter name="server signing"
2                  context="G"
3                                  type="enum"
4                  basic="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
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>. 
11     </para>
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>
16 </description>
18 <value type="default">Disabled</value>
19 </samba:parameter>