From e342e013b22ea1fa348618d0cfbc4ba0bbb545c6 Mon Sep 17 00:00:00 2001 From: DmitriyEshenko Date: Thu, 23 Apr 2020 19:27:58 +0000 Subject: pppoe-server: T2373: Implement CLI commands for auth protocols --- interface-definitions/service_pppoe-server.xml.in | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'interface-definitions') diff --git a/interface-definitions/service_pppoe-server.xml.in b/interface-definitions/service_pppoe-server.xml.in index 6b09b3db4..c7ba2617a 100644 --- a/interface-definitions/service_pppoe-server.xml.in +++ b/interface-definitions/service_pppoe-server.xml.in @@ -137,6 +137,34 @@ + + + Authentication protocol + + pap + Allow PAP authentication [Password Authentication Protocol] + + + chap + Allow CHAP authentication [Challenge Handshake Authentication Protocol] + + + mschap + Allow MS-CHAP authentication [Microsoft Challenge Handshake Authentication Protocol, Version 1] + + + mschap-v2 + Allow MS-CHAPv2 authentication [Microsoft Challenge Handshake Authentication Protocol, Version 2] + + + (pap|chap|mschap|mschap-v2) + + + pap chap mschap mschap-v2 + + + + -- cgit v1.2.3