From: Joseph Sutton Date: Mon, 21 Nov 2022 00:45:22 +0000 (+1300) Subject: CVE-2022-37966 samba-tool: Fix 'domain trust create' documentation X-Git-Tag: samba-4.16.8~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8996509387b76f118577821a132542a9a7cb549;p=thirdparty%2Fsamba.git CVE-2022-37966 samba-tool: Fix 'domain trust create' documentation This option does the opposite of what the documentation claims. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15237 Signed-off-by: Joseph Sutton Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett (cherry picked from commit 6b155b22e6afa52ce29cc475840c1d745b0f1f5e) --- diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain.py index e814a47233d..9f1b118b4f8 100644 --- a/python/samba/netcmd/domain.py +++ b/python/samba/netcmd/domain.py @@ -2303,7 +2303,7 @@ class cmd_domain_trust_create(DomainTrustCommand): dest='treat_as_external', default=False), Option("--no-aes-keys", action="store_false", - help="The trust uses aes kerberos keys.", + help="The trust does not use AES kerberos keys.", dest='use_aes_keys', default=True), Option("--skip-validation", action="store_false",