summaryrefslogtreecommitdiff
path: root/interface-definitions/service-ipoe-server.xml.in
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2023-02-17 10:35:49 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2023-02-17 10:35:49 +0000
commit27928236fcd67a0d710e163d7a3cb381a7f700c1 (patch)
tree50c4ef0f0bad26b0198d7fb03c102bda65b8d525 /interface-definitions/service-ipoe-server.xml.in
parentb91956f02d8621b7eecd7f54b42d1b4cb63937e4 (diff)
downloadvyos-1x-27928236fcd67a0d710e163d7a3cb381a7f700c1.tar.gz
vyos-1x-27928236fcd67a0d710e163d7a3cb381a7f700c1.zip
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'
Diffstat (limited to 'interface-definitions/service-ipoe-server.xml.in')
-rw-r--r--interface-definitions/service-ipoe-server.xml.in24
1 files changed, 1 insertions, 23 deletions
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 @@
<help>Client authentication methods</help>
</properties>
<children>
- <leafNode name="mode">
- <properties>
- <help>Authetication mode</help>
- <completionHelp>
- <list>local radius noauth</list>
- </completionHelp>
- <constraint>
- <regex>(local|radius|noauth)</regex>
- </constraint>
- <valueHelp>
- <format>local</format>
- <description>Authentication based on local definition</description>
- </valueHelp>
- <valueHelp>
- <format>radius</format>
- <description>Authentication based on a RADIUS server</description>
- </valueHelp>
- <valueHelp>
- <format>noauth</format>
- <description>Authentication disabled</description>
- </valueHelp>
- </properties>
- </leafNode>
+ #include <include/accel-ppp/auth-mode.xml.i>
<tagNode name="interface">
<properties>
<help>Network interface for client MAC addresses</help>