From: Andreas Schneider Date: Thu, 3 Dec 2020 14:29:28 +0000 (+0100) Subject: docs-xml: Use 'desired' and 'required' for option 'client ipc signing' X-Git-Tag: tevent-0.11.0~996 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fb88e6ee79da8912b696bbbcda76f3020662bdf;p=thirdparty%2Fsamba.git docs-xml: Use 'desired' and 'required' for option 'client ipc 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 --- diff --git a/docs-xml/smbdotconf/security/clientipcsigning.xml b/docs-xml/smbdotconf/security/clientipcsigning.xml index 0881c6c020e..efbf17ae155 100644 --- a/docs-xml/smbdotconf/security/clientipcsigning.xml +++ b/docs-xml/smbdotconf/security/clientipcsigning.xml @@ -7,13 +7,13 @@ This controls whether the client is allowed or required to use SMB signing for IPC$ connections as DCERPC transport. Possible values - are auto, mandatory + are desired, required and disabled. - When set to mandatory or default, SMB signing is required. + When set to required or default, SMB signing is mandatory. - When set to auto, SMB signing is offered, but not enforced and if set + When set to desired, SMB signing is offered, but not enforced and if set to disabled, SMB signing is not offered either. Connections from winbindd to Active Directory Domain Controllers