mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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>
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user