mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Merge pull request #3978 from GuLinux/proto_openconnect_usergroup
luci-proto-openconnect: add usergroup option
This commit is contained in:
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user