Radius 2.0 bug

Alan L. Wendt (alan@ezlink.com)
Wed, 4 Dec 1996 14:43:07 -0700

With the following menu, users requesting slip get ppp.
The problem is the lack of a comma following the SLIP.
No log or complaint is made of this syntax error.

menu
ppp Start PPP session
slip Start CSLIP session
ez0 Log onto EZLink

Option$:
end

#
ppp
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-Routing = None,
Framed-Compression = Van-Jacobson-TCP-IP,
Framed-MTU = 576
#
slip
Service-Type = Framed-User,
Framed-Protocol = SLIP
Framed-IP-Address = 255.255.255.254,
Framed-Routing = None,
Framed-Compression = Van-Jacobson-TCP-IP,
Framed-MTU = 1006
#
ez0
Service-Type = Login-User,
Login-IP-Host = ez0,
Login-Service = Rlogin,
Termination-Menu = "menu.ez"
#
news
Service-Type = Login-User,
Login-IP-Host = news,
Login-Service = Telnet,
Termination-Menu = "menu.ez"
#
DEFAULT
Menu = "menu.ez"