~openconnect/openconnect/trunk

« back to all changes in this revision

Viewing changes to openconnect.8.in

  • Committer: David Woodhouse
  • Date: 2018-11-06 09:37:32 UTC
  • Revision ID: git-v1:0263090429f1b5ce0617774a1826278adb402fc2
Allow form responses to be provided on command line

Signed-off-by: David Woodhouse <dwmw2@infradead.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
.OP \-d,\-\-deflate
16
16
.OP \-D,\-\-no\-deflate
17
17
.OP \-\-force\-dpd interval
 
18
.OP \-F,\-\-form\-entry form:opt=value
18
19
.OP \-g,\-\-usergroup group
19
20
.OP \-h,\-\-help
20
21
.OP \-\-http\-auth methods
140
141
version of GnuTLS, a PKCS#11 URL.
141
142
.TP
142
143
.B \-C,\-\-cookie=COOKIE
143
 
Use authentication cookie COOKIE.
144
 
.I COOKIE
 
144
Use authentication cookie
 
145
.IR COOKIE .
145
146
.TP
146
147
.B \-\-cookie\-on\-stdin
147
148
Read cookie from standard input.
180
181
.I GROUP
181
182
as login UserGroup
182
183
.TP
 
184
.B \-F,\-\-form\-entry=FORM:OPTION=VALUE
 
185
Provide authentication form input, where
 
186
.I FORM
 
187
and
 
188
.I OPTION
 
189
are the identifiers from the form and the specific input field, and
 
190
.I VALUE
 
191
is the string to be filled in automatically. For example, the standard username field
 
192
.I (also handled by the \-\-user option)
 
193
could also be provided with this option thus:
 
194
.I \-\-form\-entry
 
195
.IR main:username=joebloggs .
 
196
.TP
183
197
.B \-h,\-\-help
184
198
Display help text
185
199
.TP