From 27928236fcd67a0d710e163d7a3cb381a7f700c1 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Fri, 17 Feb 2023 10:35:49 +0000 Subject: T5005: PPPoE server allow any login with option noauth Disabling authentication is useful in emergency situations (e.g. RADIUS server is down) or testing purposes. Clients can connect with any login and username. set service pppoe-server authentication mode 'noauth' --- interface-definitions/service-ipoe-server.xml.in | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'interface-definitions/service-ipoe-server.xml.in') diff --git a/interface-definitions/service-ipoe-server.xml.in b/interface-definitions/service-ipoe-server.xml.in index ca4929249..ebe99d3aa 100644 --- a/interface-definitions/service-ipoe-server.xml.in +++ b/interface-definitions/service-ipoe-server.xml.in @@ -117,29 +117,7 @@ Client authentication methods - - - Authetication mode - - local radius noauth - - - (local|radius|noauth) - - - local - Authentication based on local definition - - - radius - Authentication based on a RADIUS server - - - noauth - Authentication disabled - - - + #include Network interface for client MAC addresses -- cgit v1.2.3