From f39eb894d991d296a82c69d1ab783011b5d0ed2f Mon Sep 17 00:00:00 2001 From: aapostoliuk Date: Thu, 21 Dec 2023 12:24:16 +0200 Subject: T5842: Rewritten PPTP to get_config_dict Rewritten PPTP to get_config_dict Fixed 'dynamic-author' commands. These commands did not create anything in accel-ppp config. --- interface-definitions/vpn-pptp.xml.in | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/vpn-pptp.xml.in b/interface-definitions/vpn-pptp.xml.in index 96f87f3e2..7bb8db798 100644 --- a/interface-definitions/vpn-pptp.xml.in +++ b/interface-definitions/vpn-pptp.xml.in @@ -15,6 +15,9 @@ #include #include + + 1436 + External IP address to which VPN clients will connect @@ -35,6 +38,9 @@ Authentication protocol for remote access peer PPTP VPN + + pap chap mschap mschap-v2 + pap Require the peer to authenticate itself using PAP [Password Authentication Protocol]. @@ -51,7 +57,11 @@ mschap-v2 Require the peer to authenticate itself using MS-CHAPv2 [Microsoft Challenge Handshake Authentication Protocol, Version 2]. + + (pap|chap|mschap|mschap-v2) + + mschap-v2 @@ -75,6 +85,7 @@ deny prefer require + prefer #include @@ -97,6 +108,7 @@ Static client IP address + * @@ -109,6 +121,16 @@ #include #include + + + + 30 + + + 30 + + + #include -- cgit v1.2.3