diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-12-04 22:51:45 -0800 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-12-07 21:18:52 -0800 |
commit | a54d31ed3f3b165533994edb6567470825bea207 (patch) | |
tree | 520056585ea74f26b8d2dd884d78b0f3ad88b863 /net/openconnect/README | |
parent | ebd0c440523c11f4b70fe82843af1908d00d6f61 (diff) |
openconnect: add an option to support stoken
Add a new build configuration option for openconnect and let it link
against libstoken if instructed to. Two new uci configuration variables
are introduced: "token_mode" and "token_secret" to allow openconnect to
use those.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Diffstat (limited to 'net/openconnect/README')
-rw-r--r-- | net/openconnect/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index 53c6e701d..57bde8d48 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -11,6 +11,8 @@ config interface 'MYVPN' option username 'test' option password 'secret' option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' + option token_mode 'rsa' # when built with stoken support + option token_secret 'secret' # when built with stoken support The additional files are also used: /etc/openconnect/user-cert-vpn-MYVPN.pem: The user certificate |