luci-proto-openconnect: add usergroup option

Signed-off-by: Marco Gulino <marco@gulinux.net>
This commit is contained in:
Marco Gulino 2020-04-30 10:48:31 +01:00
parent 53dd5fd6ac
commit ec375f0bd3

View 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'));