mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
shadow: mention in "help" output that auth defaults to "required"
It's marked as "off" currently but it is "on" by default.
This commit is contained in:
committed by
akallabeth
parent
5583fec47b
commit
4900b15391
@@ -54,7 +54,7 @@ int main(int argc, char** argv)
|
||||
"maximum connections allowed to server, 0 to deactivate" },
|
||||
{ "rect", COMMAND_LINE_VALUE_REQUIRED, "<x,y,w,h>", NULL, NULL, -1, NULL,
|
||||
"Select rectangle within monitor to share" },
|
||||
{ "auth", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
|
||||
{ "auth", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
|
||||
"Clients must authenticate" },
|
||||
{ "remote-guard", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
|
||||
"Remote credential guard" },
|
||||
|
||||
Reference in New Issue
Block a user