Skip to content

Commit

Permalink
stop asking users to report unexpected GP login argument arg[19]="4"
Browse files Browse the repository at this point in the history
We still don't know what this one means (my wild guess is that it's telling the client to prefer IPv4), but newer GP servers always send it and it's basically uninteresting.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
  • Loading branch information
dlenski committed May 1, 2020
1 parent 72364c8 commit 060f2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-globalprotect.c
Expand Up @@ -299,7 +299,7 @@ static const struct gp_login_arg gp_login_args[] = {
{ .opt="portal-userauthcookie", .show=1},
{ .opt="portal-prelogonuserauthcookie", .show=1},
{ .unknown=1 },
{ .unknown=1 }, /* have seen value of "4" in some logs */
{ .opt="usually-equals-4", .show=1 }, /* newer servers send "4" here, meaning unknown */
};
static const int gp_login_nargs = (sizeof(gp_login_args)/sizeof(*gp_login_args));

Expand Down

0 comments on commit 060f2d2

Please sign in to comment.