diff options
Diffstat (limited to 'interface-definitions/vpn-openconnect.xml.in')
| -rw-r--r-- | interface-definitions/vpn-openconnect.xml.in | 40 | 
1 files changed, 24 insertions, 16 deletions
| diff --git a/interface-definitions/vpn-openconnect.xml.in b/interface-definitions/vpn-openconnect.xml.in index 3b3a83bd4..a426f604d 100644 --- a/interface-definitions/vpn-openconnect.xml.in +++ b/interface-definitions/vpn-openconnect.xml.in @@ -8,6 +8,27 @@            <priority>901</priority>          </properties>          <children> +          <node name="accounting"> +            <properties> +              <help>Accounting for users OpenConnect VPN Sessions</help> +            </properties> +            <children> +              <node name="mode"> +                <properties> +                  <help>Accounting mode used by this server</help> +                </properties> +                <children> +                  <leafNode name="radius"> +                    <properties> +                      <help>Use RADIUS server for accounting</help> +                      <valueless/> +                    </properties> +                  </leafNode> +                </children> +              </node> +              #include <include/radius-acct-server-ipv4.xml.i> +            </children> +          </node>            <node name="authentication">              <properties>                <help>Authentication for remote access SSL VPN Server</help> @@ -137,23 +158,10 @@                    </tagNode>                  </children>                </node> -              #include <include/radius-server-ipv4.xml.i> +              #include <include/radius-auth-server-ipv4.xml.i>                <node name="radius">                  <children> -                  <leafNode name="timeout"> -                    <properties> -                      <help>Session timeout</help> -                      <valueHelp> -                        <format>u32:1-240</format> -                        <description>Session timeout in seconds (default: 2)</description> -                      </valueHelp> -                      <constraint> -                        <validator name="numeric" argument="--range 1-240"/> -                      </constraint> -                      <constraintErrorMessage>Timeout must be between 1 and 240 seconds</constraintErrorMessage> -                    </properties> -                    <defaultValue>2</defaultValue> -                  </leafNode> +                  #include <include/radius-timeout.xml.i>                    <leafNode name="groupconfig">                      <properties>                        <help>If the groupconfig option is set, then config-per-user will be overriden, and all configuration will be read from RADIUS.</help> @@ -163,7 +171,7 @@                </node>              </children>            </node> -          #include <include/listen-address-ipv4.xml.i> +          #include <include/listen-address-ipv4-single.xml.i>            <leafNode name="listen-address">              <defaultValue>0.0.0.0</defaultValue>            </leafNode> | 
