From ede858fb5d7ba27818cea7bde76188a1afe27c1a Mon Sep 17 00:00:00 2001 From: Gavin Ni Date: Tue, 28 Nov 2017 15:04:31 +0800 Subject: openconnect: support reading password from script "token_mode" add support for "script", which execute "token_script" to get the password. Some token is not supported by OpenConnect natively, e.g. "MobilePass" or "Softoken II" used in Cisco VPN Signed-off-by: Gavin Ni Signed-off-by: Yousong Zhou --- net/openconnect/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/openconnect/README') diff --git a/net/openconnect/README b/net/openconnect/README index 1a7b798d5..050c75c02 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -26,6 +26,10 @@ config interface 'MYVPN' #option token_mode 'hotp' #option token_secret '00' + # tokens from script + #option token_mode 'script' + #option token_script '/lib/custom/getocpass.sh' + # Juniper vpn support #option juniper '1' -- cgit v1.2.3