summaryrefslogtreecommitdiff
path: root/interface-definitions/vpn_pptp.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-21 17:04:43 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-21 17:05:46 +0200
commit247577917639c279993e451b210d38e393630c36 (patch)
tree9388e42066e7f7dfd87153d5b4dc407e2ebeb53f /interface-definitions/vpn_pptp.xml.in
parent53090ac54cfff459094d7c1754cd76604dc1d11e (diff)
downloadvyos-1x-247577917639c279993e451b210d38e393630c36.tar.gz
vyos-1x-247577917639c279993e451b210d38e393630c36.zip
accel-ppp: unify "authentication mode" XML definition to common include file
Diffstat (limited to 'interface-definitions/vpn_pptp.xml.in')
-rw-r--r--interface-definitions/vpn_pptp.xml.in20
1 files changed, 1 insertions, 19 deletions
diff --git a/interface-definitions/vpn_pptp.xml.in b/interface-definitions/vpn_pptp.xml.in
index 5d8ead2aa..439fd7259 100644
--- a/interface-definitions/vpn_pptp.xml.in
+++ b/interface-definitions/vpn_pptp.xml.in
@@ -162,25 +162,7 @@
</completionHelp>
</properties>
</leafNode>
- <leafNode name="mode">
- <properties>
- <help>Authentication mode for remote access PPTP VPN</help>
- <valueHelp>
- <format>local</format>
- <description>Use local username/password configuration</description>
- </valueHelp>
- <valueHelp>
- <format>radius</format>
- <description>Use a RADIUS server to autenticate users</description>
- </valueHelp>
- <constraint>
- <regex>(local|radius)</regex>
- </constraint>
- <completionHelp>
- <list>local radius</list>
- </completionHelp>
- </properties>
- </leafNode>
+ #include <include/accel-auth-mode.xml.i>
<node name="local-users">
<properties>
<help>Local user authentication for remote access PPTP VPN</help>