From 9fb88e6ee79da8912b696bbbcda76f3020662bdf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 3 Dec 2020 15:29:28 +0100 Subject: [PATCH] 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 --- docs-xml/smbdotconf/security/clientipcsigning.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3