1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

testparm: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-06-13 10:03:24 +02:00 committed by Jeremy Allison
parent 7e465b8e22
commit 3f3df7dd03

View 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");
}