luci-proto-openconnect: add usergroup option 3978/head
authorMarco Gulino <marco@gulinux.net>
Thu, 30 Apr 2020 09:48:31 +0000 (10:48 +0100)
committerMarco Gulino <marco@gulinux.net>
Thu, 30 Apr 2020 09:48:31 +0000 (10:48 +0100)
Signed-off-by: Marco Gulino <marco@gulinux.net>
protocols/luci-proto-openconnect/htdocs/luci-static/resources/protocol/openconnect.js

index 86fd27f294d4061cf44db492160d514fb29d044f..1f07f975137de9d8297f7194f55cf15f2afa9f29 100644 (file)
@@ -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'));