summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-09 14:34:05 +1300
committerKarolin Seeger <kseeger@samba.org>2015-06-30 02:06:28 +0200
commit972a97bc9f37253d0db32216dabef87c67ca5723 (patch)
tree38303e883e894cda07eb868a6dff6189ba88854f
parent290c1ae0ff8dc75fa06e5463d55987918ee3c999 (diff)
downloadsamba-972a97bc9f37253d0db32216dabef87c67ca5723.tar.gz
docs: Change smb encrypt default in docs to match s3 and lib/param
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11366 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit dba465b6c72c76781e8ca3909233d07028f99724)
-rw-r--r--docs-xml/smbdotconf/security/smbencrypt.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/security/smbencrypt.xml b/docs-xml/smbdotconf/security/smbencrypt.xml
index 51079aee2d6..b55af850434 100644
--- a/docs-xml/smbdotconf/security/smbencrypt.xml
+++ b/docs-xml/smbdotconf/security/smbencrypt.xml
@@ -35,10 +35,10 @@
as the GSSAPI flags use select both signing and sealing of the data.
</para>
- <para>When set to auto, SMB encryption is offered, but not enforced.
+ <para>When set to auto or default, SMB encryption is offered, but not enforced.
When set to mandatory, SMB encryption is required and if set
to disabled, SMB encryption can not be negotiated.</para>
</description>
-<value type="default">auto</value>
+<value type="default">default</value>
</samba:parameter>