diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-01-09 14:34:05 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-01-28 17:26:40 +1300 |
commit | dba465b6c72c76781e8ca3909233d07028f99724 (patch) | |
tree | d060482c790bb92f2c2debf6ae498d56afe33e72 | |
parent | 400b52dbd2b95397592ff04a82db2fd61170a9ca (diff) | |
download | samba-dba465b6c72c76781e8ca3909233d07028f99724.tar.gz samba-dba465b6c72c76781e8ca3909233d07028f99724.tar.xz samba-dba465b6c72c76781e8ca3909233d07028f99724.zip |
docs: Change smb encrypt 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/smbencrypt.xml | 4 |
1 files 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. </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> |