luci-proto-openconnect: add usergroup option
Signed-off-by: Marco Gulino <marco@gulinux.net>
This commit is contained in:
parent
53dd5fd6ac
commit
ec375f0bd3
1 changed files with 1 additions and 0 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue