summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-09 14:35:10 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-01-28 17:26:40 +1300
commitdec06259293ce59d79b392b27192f852c52d17f6 (patch)
treed603197bcd6db19fcede8a9f573f8624624a495c
parentdba465b6c72c76781e8ca3909233d07028f99724 (diff)
downloadsamba-dec06259293ce59d79b392b27192f852c52d17f6.tar.gz
samba-dec06259293ce59d79b392b27192f852c52d17f6.tar.xz
samba-dec06259293ce59d79b392b27192f852c52d17f6.zip
docs: Change client signing default in docs to match s3 and lib/param
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
-rw-r--r--docs-xml/smbdotconf/security/clientsigning.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/security/clientsigning.xml b/docs-xml/smbdotconf/security/clientsigning.xml
index c657e05711..c7ec3f27ef 100644
--- a/docs-xml/smbdotconf/security/clientsigning.xml
+++ b/docs-xml/smbdotconf/security/clientsigning.xml
@@ -9,11 +9,11 @@
and <emphasis>disabled</emphasis>.
</para>
- <para>When set to auto, SMB signing is offered, but not enforced.
+ <para>When set to auto or default, SMB signing is offered, but not enforced.
When set to mandatory, SMB signing is required and if set
to disabled, SMB signing is not offered either.
</para>
</description>
-<value type="default">auto</value>
+<value type="default">default</value>
</samba:parameter>