summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Sutton <josephsutton@catalyst.net.nz>2022-11-21 13:45:22 +1300
committerStefan Metzmacher <metze@samba.org>2022-12-14 00:48:48 +0100
commit0ad597673246af62c88453236d1eab731368ad08 (patch)
treea9c34ad040449e454c78a4b8eb4ae01e8a4bd90d
parent1c06e8b08ca3d8adecd044919758e949f50de7c7 (diff)
downloadsamba-0ad597673246af62c88453236d1eab731368ad08.tar.gz
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 <josephsutton@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> (cherry picked from commit 6b155b22e6afa52ce29cc475840c1d745b0f1f5e)
-rw-r--r--python/samba/netcmd/domain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain.py
index a15e62acca6..aaadaf93009 100644
--- a/python/samba/netcmd/domain.py
+++ b/python/samba/netcmd/domain.py
@@ -2269,7 +2269,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",