From 6b64f2eeb192ee1133d3f90be2ae2854a0c00ddc Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 29 Jun 2022 19:16:53 +0200 Subject: xml: streamline interface definition filenames, drop _ Some files that described the CLI used underscores to split CLI levels, some others did not. This commit removes all underscores from the filename and only makes use of a hyphen. --- interface-definitions/vpn_openconnect.xml.in | 274 --------------------------- 1 file changed, 274 deletions(-) delete mode 100644 interface-definitions/vpn_openconnect.xml.in (limited to 'interface-definitions/vpn_openconnect.xml.in') diff --git a/interface-definitions/vpn_openconnect.xml.in b/interface-definitions/vpn_openconnect.xml.in deleted file mode 100644 index 21b47125d..000000000 --- a/interface-definitions/vpn_openconnect.xml.in +++ /dev/null @@ -1,274 +0,0 @@ - - - - - - - SSL VPN OpenConnect, AnyConnect compatible server - 901 - - - - - Authentication for remote access SSL VPN Server - - - - - Authentication mode used by this server - - - - - Use local username/password configuration (OTP supported) - - password - Password-only local authentication - - - otp - OTP-only local authentication - - - password-otp - Password (first) + OTP local authentication - - - (password|otp|password-otp) - - Invalid authentication mode. Must be one of: password, otp or password-otp - - otp password password-otp - - - - - - Use RADIUS server for user autentication - - - - - - #include - - - - - - - 2FA OTP authentication parameters - - - - - Token Key Secret key for the token algorithm (see RFC 4226) - - txt - OTP key in hex-encoded format - - - [a-fA-F0-9]{20,10000} - - Key name must only include hex characters and be at least 20 characters long - - - - - Number of digits in OTP code - - u32:6-8 - Number of digits in OTP code - - - - - Number of digits in OTP code must be between 6 and 8 - - 6 - - - - Time tokens interval in seconds - - u32:5-86400 - Time tokens interval in seconds. - - - - - Time token interval must be between 5 and 86400 seconds - - 30 - - - - Token type - - hotp-time - Time-based OTP algorithm - - - hotp-event - Event-based OTP algorithm - - - (hotp-time|hotp-event) - - - hotp-time hotp-event - - - hotp-time - - - - - - - - #include - - - - - Session timeout - - u32:1-240 - Session timeout in seconds (default: 2) - - - - - Timeout must be between 1 and 240 seconds - - 2 - - - - - - - - Specify custom ports to use for client connections - - - - - tcp port number to accept connections - - u32:1-65535 - Numeric IP port - - - - - - 443 - - - - udp port number to accept connections - - u32:1-65535 - Numeric IP port - - - - - - 443 - - - - - - SSL Certificate, SSL Key and CA - - - #include - #include - - - - - Network settings - - - - - Route to be pushed to the client - - ipv4net - IPv4 network and prefix length - - - ipv6net - IPv6 network and prefix length - - - - - - - - - - Client IP pools settings - - - - - Client IP subnet (CIDR notation) - - ipv4net - IPv4 address and prefix length - - - - - Not a valid CIDR formatted prefix - - - - - - - Pool of client IPv6 addresses - - - - - Pool of addresses used to assign to clients - - ipv6net - IPv6 address and prefix length - - - - - - - - - Prefix length used for individual client - - u32:48-128 - Client prefix length - - - - - - 64 - - - - #include - - - - - - - -- cgit v1.2.3