docs:smbdotconf: make formatting of headers uniform.
[samba.git] / docs-xml / smbdotconf / security / serversigning.xml
index 0aced5d3c17f878058d3d791121a0708f2a2188d..e52214b4acd90966bb9db3447f75a54062ae5a96 100644 (file)
@@ -1,15 +1,19 @@
 <samba:parameter name="server signing"
                  context="G"
-                                type="enum"
-                 basic="1"
-                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+                 type="enum"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
 
     <para>This controls whether the client is allowed or required to use SMB1 and SMB2 signing. Possible values
-    are <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
+    are <emphasis>default</emphasis>, <emphasis>auto</emphasis>, <emphasis>mandatory</emphasis>
     and <emphasis>disabled</emphasis>.
     </para>
 
+    <para>By default, and when smb signing is set to
+    <emphasis>default</emphasis>, smb signing enabled when
+    <smbconfoption name="server role"/> is <emphasis>active directory
+    domain controller</emphasis> and disabled otherwise.</para>
+
     <para>When set to auto, SMB1 signing is offered, but not enforced.
     When set to mandatory, SMB1 signing is required and if set
     to disabled, SMB signing is not offered either.</para>
@@ -20,5 +24,5 @@
     will still require SMB2 clients to use signing.</para>
 </description>
 
-<value type="default">Disabled</value>
+<value type="default">default</value>
 </samba:parameter>