From 6464166660326d5a95e8b0a78a8b0c84da6f176e Mon Sep 17 00:00:00 2001 From: Marco Gulino Date: Tue, 7 Apr 2020 16:20:08 +0100 Subject: openconnect: Allow to set `usergroup` option in OpenConnect Just adding the extra option `-g|--usergroup ` (required by the VPN server I'm currently using) Signed-off-by: Marco Gulino --- net/openconnect/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/openconnect/README') diff --git a/net/openconnect/README b/net/openconnect/README index 29c807490..7ab2a69cd 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -12,6 +12,8 @@ config interface 'MYVPN' option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' option defaultroute '0' option authgroup 'DEFAULT' + # usergroup option, if required by some servers + # option usergroup 'USERGROUP' # For second factor auth: -- cgit v1.2.3