From 59ad580cdea2e66e24470ee3d84f29a8619b7bf9 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 14 Mar 2021 16:44:55 +0100 Subject: xml: accel-ppp: move building blocks to subfolder As the amount of include files now has reached a certain amount, it is getting more and more crowsded, thuse introducing "per topic" subdirectories on the filesystem to keep a clean structure makes sense. --- .../include/accel-ppp/auth-protocols.xml.i | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 interface-definitions/include/accel-ppp/auth-protocols.xml.i (limited to 'interface-definitions/include/accel-ppp/auth-protocols.xml.i') diff --git a/interface-definitions/include/accel-ppp/auth-protocols.xml.i b/interface-definitions/include/accel-ppp/auth-protocols.xml.i new file mode 100644 index 000000000..d43266152 --- /dev/null +++ b/interface-definitions/include/accel-ppp/auth-protocols.xml.i @@ -0,0 +1,31 @@ + + + + Authentication protocol for remote access peer SSTP VPN + + pap chap mschap mschap-v2 + + + pap + Authentication via PAP (Password Authentication Protocol) + + + chap + Authentication via CHAP (Challenge Handshake Authentication Protocol) + + + mschap + Authentication via MS-CHAP (Microsoft Challenge Handshake Authentication Protocol) + + + mschap-v2 + Authentication via MS-CHAPv2 (Microsoft Challenge Handshake Authentication Protocol, version 2) + + + (pap|chap|mschap|mschap-v2) + + + + pap chap mschap mschap-v2 + + -- cgit v1.2.3