mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[sspi,negotiate] improve /auth-pkg-list parsing
* add 'none' keyword to allow disabling all methods, selectively enabling by adding * improve option description * fix reading of ini file settings
This commit is contained in:
@@ -66,8 +66,11 @@ static const COMMAND_LINE_ARGUMENT_A global_cmd_args[] = {
|
||||
"Audio output mode" },
|
||||
{ "auth-only", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
|
||||
"Authenticate only" },
|
||||
{ "auth-pkg-list", COMMAND_LINE_VALUE_REQUIRED, "<!ntlm,kerberos>", NULL, NULL, -1, NULL,
|
||||
"Authentication package filter (comma-separated list, use '!' to exclude)" },
|
||||
{ "auth-pkg-list", COMMAND_LINE_VALUE_REQUIRED, "[[none],]<!ntlm,kerberos,!u2u>", NULL, NULL,
|
||||
-1, NULL,
|
||||
"Authentication package filter (comma-separated list, use '!' to disable). By default "
|
||||
"all methods are enabled. Use explicit 'none' as first argument to disable all methods, "
|
||||
"selectively enabling only the ones following." },
|
||||
{ "authentication", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL,
|
||||
"Authentication (experimental)" },
|
||||
{ "auto-reconnect", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL,
|
||||
|
||||
Reference in New Issue
Block a user