From dba465b6c72c76781e8ca3909233d07028f99724 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Jan 2014 14:34:05 +1300 Subject: docs: Change smb encrypt default in docs to match s3 and lib/param Signed-off-by: Andrew Bartlett Reviewed-by: Alexander Bokovoy --- docs-xml/smbdotconf/security/smbencrypt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-xml/smbdotconf/security/smbencrypt.xml b/docs-xml/smbdotconf/security/smbencrypt.xml index 51079aee2d..b55af85043 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. - When set to auto, SMB encryption is offered, but not enforced. + 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. -auto +default -- cgit