Skip to content

Commit

Permalink
client: Support openconnect Agent API fields
Browse files Browse the repository at this point in the history
  • Loading branch information
pfl committed Jun 28, 2013
1 parent 2052499 commit a0786d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/agent.c
Expand Up @@ -95,6 +95,11 @@ static struct agent_data agent_request = {
static struct agent_input_data vpnagent_input_handler[] = {
{ "OpenConnect.Cookie", false, "OpenConnect Cookie? ",
request_input_string_return },
{ "OpenConnect.ServerCert", false,
"OpenConnect server certificate hash? ",
request_input_string_return },
{ "OpenConnect.VPNHost", false, "OpenConnect VPN server? ",
request_input_string_return },
{ "Username", false, "VPN username? ", request_input_string_return },
{ "Password", false, "VPN password? ", request_input_string_return },
{ },
Expand Down

0 comments on commit a0786d8

Please sign in to comment.