1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

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)
This commit is contained in:
Joseph Sutton 2022-11-21 13:45:22 +13:00 committed by Stefan Metzmacher
parent 1c06e8b08c
commit 0ad5976732

View File

@ -2269,7 +2269,7 @@ class cmd_domain_trust_create(DomainTrustCommand):
dest='treat_as_external', dest='treat_as_external',
default=False), default=False),
Option("--no-aes-keys", action="store_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', dest='use_aes_keys',
default=True), default=True),
Option("--skip-validation", action="store_false", Option("--skip-validation", action="store_false",