Defining any-login for Accel-PPP will fail the commit
set service pppoe-server authentication any-login set service pppoe-server client-ip-pool foo range '100.64.0.0/25' set service pppoe-server default-pool 'foo' set service pppoe-server gateway-address '100.64.255.255' set service pppoe-server interface eth0.1000
This sounds counter-intuitive to what the CLI option means.
vyos@vyos# commit [ service pppoe-server ] Authentication mode local requires local users to be configured! [[service pppoe-server]] failed Commit failed
vyos@vyos# show service pppoe-server
+authentication {
+ any-login
+}
+client-ip-pool foo {
+ range 100.64.0.0/25
+}
+default-pool foo
+gateway-address 100.64.255.255
+interface eth0.1000 {
+}