diff options
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/vpn-openconnect.xml.in | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/interface-definitions/vpn-openconnect.xml.in b/interface-definitions/vpn-openconnect.xml.in index 54f93344b..7167b5d8d 100644 --- a/interface-definitions/vpn-openconnect.xml.in +++ b/interface-definitions/vpn-openconnect.xml.in @@ -156,23 +156,8 @@ </leafNode> <leafNode name="groupconfig"> <properties> - <help>If the groupconfig option is set to yes, then config-per-user will be overriden, and all configuration will be read from radius.</help> - <completionHelp> - <list>yes no</list> - </completionHelp> - <valueHelp> - <format>yes</format> - <description>Enable RADIUS acquisition of group properties</description> - </valueHelp> - <valueHelp> - <format>no</format> - <description>Disable RADIUS acquisition of group properties</description> - </valueHelp> - <constraint> - <regex>(yes|no)</regex> - </constraint> + <help>If the groupconfig option is set, then config-per-user will be overriden, and all configuration will be read from radius.</help> </properties> - <defaultValue>no</defaultValue> </leafNode> </children> </node> |