From 2495ea2f010474f8eb673d9ccd89429a127c1edc Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 22 Jul 2021 19:56:11 +0200 Subject: xml: add building block for "local-users" --- .../include/auth-local-users.xml.i | 22 ++++++++++++++++++++++ interface-definitions/vpn_ipsec.xml.in | 21 +-------------------- interface-definitions/vpn_openconnect.xml.in | 21 +-------------------- 3 files changed, 24 insertions(+), 40 deletions(-) create mode 100644 interface-definitions/include/auth-local-users.xml.i (limited to 'interface-definitions') diff --git a/interface-definitions/include/auth-local-users.xml.i b/interface-definitions/include/auth-local-users.xml.i new file mode 100644 index 000000000..8ef09554e --- /dev/null +++ b/interface-definitions/include/auth-local-users.xml.i @@ -0,0 +1,22 @@ + + + + Local user authentication + + + + + Username used for authentication + + + #include + + + Password used for authentication + + + + + + + diff --git a/interface-definitions/vpn_ipsec.xml.in b/interface-definitions/vpn_ipsec.xml.in index 093a677e9..3d142ccee 100644 --- a/interface-definitions/vpn_ipsec.xml.in +++ b/interface-definitions/vpn_ipsec.xml.in @@ -765,26 +765,7 @@ eap-mschapv2 - - - Local user authentication for PPPoE server - - - - - User name for authentication - - - #include - - - Password for authentication - - - - - - + #include Server authentication mode diff --git a/interface-definitions/vpn_openconnect.xml.in b/interface-definitions/vpn_openconnect.xml.in index 53c0c22b9..a33ff67ea 100644 --- a/interface-definitions/vpn_openconnect.xml.in +++ b/interface-definitions/vpn_openconnect.xml.in @@ -32,26 +32,7 @@ - - - Local user authentication for SSL VPN server - - - - - User name for authentication - - - #include - - - Password for authentication - - - - - - + #include #include -- cgit v1.2.3