diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-05-05 08:31:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 08:31:57 +0200 |
commit | 318d44fdf51dda4e00ef6d56b091767b6c7d2f25 (patch) | |
tree | 18fe3d3b551e2fed00306fa108618a443018c939 /protocols | |
parent | 480004ce7a789c5bb7e0af5c5d011600781126ca (diff) | |
parent | ec375f0bd3bf41970a06d5f94bb196d700799f08 (diff) |
Merge pull request #3978 from GuLinux/proto_openconnect_usergroup
luci-proto-openconnect: add usergroup option
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js | 1 |
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 86fd27f294..1f07f97513 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')); |