]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs: Change smb encrypt default in docs to match s3 and lib/param
authorAndrew Bartlett <abartlet@samba.org>
Thu, 9 Jan 2014 01:34:05 +0000 (14:34 +1300)
committerKarolin Seeger <kseeger@samba.org>
Tue, 30 Jun 2015 00:06:28 +0000 (02:06 +0200)
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)

docs-xml/smbdotconf/security/smbencrypt.xml

index 51079aee2d69e59155eddc4d08e9f4ec3ed6e20a..b55af8504340357e53e85175a2a1ebc01df7bca7 100644 (file)
     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>