diff options
author | Marco Gulino <marco@gulinux.net> | 2020-04-07 16:20:08 +0100 |
---|---|---|
committer | Marco Gulino <marco@gulinux.net> | 2020-04-29 22:37:11 +0100 |
commit | 6464166660326d5a95e8b0a78a8b0c84da6f176e (patch) | |
tree | 9c79eeeb66031778f2711d059537ba6d9f8394d1 /net/openconnect/README | |
parent | ca123aed63b9cbadab573fc367a0d4e4022a0a02 (diff) |
openconnect: Allow to set `usergroup` option in OpenConnect
Just adding the extra option `-g|--usergroup <group>` (required by the VPN server I'm currently using)
Signed-off-by: Marco Gulino <marco@gulinux.net>
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 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: |