]> 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)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 28 Jan 2014 04:26:40 +0000 (17:26 +1300)
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
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>