From: Kevin Cernekee Date: Mon, 8 Oct 2012 01:03:44 +0000 (-0700) Subject: stoken: Update documentation, manpage with libstoken information X-Git-Tag: v4.99~36 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5f4ee9fef58eb3a88828aef9c291a45a89baaa39;p=users%2Fdwmw2%2Fopenconnect.git stoken: Update documentation, manpage with libstoken information Signed-off-by: Kevin Cernekee --- diff --git a/TODO b/TODO index b8e3efd3..8bfde640 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ openconnect: Port to/test on Windows, Symbian, etc. - Proper SecurID support nm-auth-dialog: Store cookie in GNOME keyring and reuse it instead of logging in again diff --git a/openconnect.8.in b/openconnect.8.in index 03134206..4c5b3550 100644 --- a/openconnect.8.in +++ b/openconnect.8.in @@ -49,6 +49,7 @@ openconnect \- Connect to Cisco AnyConnect VPN .OP \-\-no\-passwd .OP \-\-non\-inter .OP \-\-passwd\-on\-stdin +.OP \-\-stoken[=\fItoken-string\fP] .OP \-\-reconnect\-timeout .OP \-\-servercert sha1 .OP \-\-useragent string @@ -322,6 +323,12 @@ Do not expect user input; exit if it is required. .B \-\-passwd\-on\-stdin Read password from standard input .TP +.B \-\-stoken[=\fItoken-string\fP] +Use libstoken to generate one-time passwords compatible with the RSA SecurID +system (when built with libstoken support). If \fItoken-string\fP is omitted, +libstoken will try to use the software token seed stored in \fI~/.stokenrc\fP, +if this file exists. +.TP .B \-\-reconnect\-timeout Keep reconnect attempts until so much seconds are elapsed. The default timeout is 300 seconds, which means that openconnect can recover diff --git a/www/building.xml b/www/building.xml index c11ccb18..07f36895 100644 --- a/www/building.xml +++ b/www/building.xml @@ -32,6 +32,7 @@ And optionally also:

OpenConnect supports the use of HTTP and SOCKS proxies to connect to the AnyConnect service, even without using libproxy. You may wish to use libproxy diff --git a/www/features.xml b/www/features.xml index 44f9d1f6..0f8eeec7 100644 --- a/www/features.xml +++ b/www/features.xml @@ -17,6 +17,7 @@

  • Automatic detection of IPv4 and IPv6 address, routes.
  • Authentication via HTTP forms.
  • Authentication using SSL certificates — from local file, Trusted Platform Module and (when built with GnuTLS) PKCS#11 smartcards.
  • +
  • Authentication using SecurID software tokens (when built with libstoken)
  • UserGroup support for selecting between multiple configurations on a single VPN server.
  • Data transport over TCP (HTTPS) or UDP (DTLS).
  • Keepalive and Dead Peer Detection on both HTTPS and DTLS.