summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-openconnect
diff options
context:
space:
mode:
authorMarco Gulino <marco@gulinux.net>2020-04-30 10:48:31 +0100
committerMarco Gulino <marco@gulinux.net>2020-04-30 10:48:31 +0100
commitec375f0bd3bf41970a06d5f94bb196d700799f08 (patch)
treecd57d0811f9fae6683f6658aaed2ef451e3c32dc /protocols/luci-proto-openconnect
parent53dd5fd6acbee62436322ca0067d69899bfb721b (diff)
luci-proto-openconnect: add usergroup option
Signed-off-by: Marco Gulino <marco@gulinux.net>
Diffstat (limited to 'protocols/luci-proto-openconnect')
-rw-r--r--protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js b/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js
index 86fd27f29..1f07f9751 100644
--- a/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js
+++ b/protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js
@@ -102,6 +102,7 @@ return network.registerProtocol('openconnect', {
s.taboption('general', form.Value, 'serverhash', _("VPN Server's certificate SHA1 hash"));
s.taboption('general', form.Value, 'authgroup', _('Auth Group'));
+ s.taboption('general', form.Value, 'usergroup', _('User Group'));
s.taboption("general", form.Value, "username", _("Username"));
o = s.taboption('general', form.Value, 'password', _('Password'));