From 293a941fc01b14ab22d785a56ea17ea0b8363bf3 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 3 Dec 2020 15:25:59 +0100 Subject: [PATCH] docs-xml: Use 'desired' and 'required' for option 'client signing' For a better user experience we use disabled, desired, required everywhere now. The arguments auto and mandatory are still working and synonyms. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- docs-xml/smbdotconf/security/clientsigning.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-xml/smbdotconf/security/clientsigning.xml b/docs-xml/smbdotconf/security/clientsigning.xml index 8addf8a3834..bd928186ae3 100644 --- a/docs-xml/smbdotconf/security/clientsigning.xml +++ b/docs-xml/smbdotconf/security/clientsigning.xml @@ -5,13 +5,13 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> This controls whether the client is allowed or required to use SMB signing. Possible values - are auto, mandatory + are desired, required and disabled. - When set to auto or default, SMB signing is offered, but not enforced. + When set to desired or default, SMB signing is offered, but not enforced. - When set to mandatory, SMB signing is required and if set + When set to required, SMB signing is mandatory and if set to disabled, SMB signing is not offered either. IPC$ connections for DCERPC e.g. in winbindd, are handled by the -- 2.47.3