testparm: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 13 Jun 2023 08:03:24 +0000 (10:03 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 13 Jun 2023 23:33:39 +0000 (23:33 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/utils/testparm.c

index e2bb207523448f0627e2575f08da8a2dc777ba77..96e05a57f47a06e3974ab26d63ec07601e14b0c1 100644 (file)
@@ -613,7 +613,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'server schannel = yes' (the default). "
-                       "Your server is vulernable to \"ZeroLogon\" "
+                       "Your server is vulnerable to \"ZeroLogon\" "
                        "(CVE-2020-1472)\n"
                        "If required use individual "
                        "'server require schannel:COMPUTERACCOUNT$ = no' "
@@ -623,7 +623,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'allow nt4 crypto = no' (the default). "
-                       "Your server is vulernable to "
+                       "Your server is vulnerable to "
                        "CVE-2022-38023 and others!\n"
                        "If required use individual "
                        "'allow nt4 crypto:COMPUTERACCOUNT$ = yes' "
@@ -633,7 +633,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'reject md5 clients = yes' (the default). "
-                       "Your server is vulernable to "
+                       "Your server is vulnerable to "
                        "CVE-2022-38023!\n"
                        "If required use individual "
                        "'server reject md5 schannel:COMPUTERACCOUNT$ = yes' "
@@ -643,7 +643,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'server schannel require seal = yes' (the default). "
-                       "Your server is vulernable to "
+                       "Your server is vulnerable to "
                        "CVE-2022-38023!\n"
                        "If required use individual "
                        "'server schannel require seal:COMPUTERACCOUNT$ = no' "
@@ -654,7 +654,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'client schannel = yes' (the default). "
-                       "Your server is vulernable to \"ZeroLogon\" "
+                       "Your server is vulnerable to \"ZeroLogon\" "
                        "(CVE-2020-1472)\n"
                        "If required use individual "
                        "'client schannel:NETBIOSDOMAIN = no' "
@@ -664,7 +664,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'reject md5 servers = yes' (the default). "
-                       "Your server is vulernable to "
+                       "Your server is vulnerable to "
                        "CVE-2022-38023\n"
                        "If required use individual "
                        "'reject md5 servers:NETBIOSDOMAIN = no' "
@@ -674,7 +674,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'require strong key = yes' (the default). "
-                       "Your server is vulernable to "
+                       "Your server is vulnerable to "
                        "CVE-2022-38023\n"
                        "If required use individual "
                        "'require strong key:NETBIOSDOMAIN = no' "
@@ -684,7 +684,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have not configured "
                        "'winbind sealed pipes = yes' (the default). "
-                       "Your server is vulernable to "
+                       "Your server is vulnerable to "
                        "CVE-2022-38023\n"
                        "If required use individual "
                        "'winbind sealed pipes:NETBIOSDOMAIN = no' "
@@ -695,7 +695,7 @@ static int do_global_checks(void)
                fprintf(stderr,
                        "WARNING: You have configured "
                        "'kerberos encryption types = legacy'. "
-                       "Your server is vulernable to "
+                       "Your server is vulnerable to "
                        "CVE-2022-37966\n\n");
        }