CVE-2022-37966 samba-tool: Fix 'domain trust create' documentation
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 21 Nov 2022 00:45:22 +0000 (13:45 +1300)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2022 13:07:29 +0000 (13:07 +0000)
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 <josephsutton@catalyst.net.nz>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/netcmd/domain.py

index 4a75c3762aa0b7a920bf36d2f90e8c5e5d976db6..4218345fd14c2aca48714e2201f8dae131ee6727 100644 (file)
@@ -2275,7 +2275,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",