docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / security / clientsigning.xml
blob60b8ffe86320536b2fb2dd39e24df14143c4a6f1
1 <samba:parameter name="client signing"
2                  context="G"
3                                  type="enum"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6     <para>This controls whether the client is allowed or required to use SMB signing. Possible values 
7     are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis> 
8     and <emphasis>disabled</emphasis>. 
9     </para>
11     <para>When set to auto or default, SMB signing is offered, but not
12     enforced, except in winbindd, where it is enforced to Active
13     Directory Domain Controllers. </para>
15     <para>When set to mandatory, SMB signing is required and if set
16         to disabled, SMB signing is not offered either.
17 </para>
18 </description>
20 <value type="default">default</value>
21 </samba:parameter>