Using Attributes to differentiate between different EAP types

Nathan McDavit-Van Fleet nmcdavit at alcor.concordia.ca
Tue Sep 15 19:05:20 CEST 2009


Okay,

Probably everone but me knew this but"
If(blah == blah2)
	{

Doesn't work.

You have to do 

If(blah == blah2) {

So no returns for the first curly bracket or it won't parse out.

Sorry,

Nathan Van Fleet

> -----Original Message-----
> From: freeradius-users-
> bounces+nmcdavit=alcor.concordia.ca at lists.freeradius.org
> [mailto:freeradius-users-
> bounces+nmcdavit=alcor.concordia.ca at lists.freeradius.org] On Behalf Of
> Ivan Kalik
> Sent: Tuesday, September 15, 2009 12:13 PM
> To: FreeRadius users mailing list
> Subject: RE: Using Attributes to differentiate between different EAP types
> 
> > I'm trying the following code, I've tried most every variation
> > ("request:EAP-Type", "request.EAP-Type","EAP-Type","outer.EAP-Type".)
> but
> > freeradius does not even parse the configuration. I've tried %{} and
> just
> > the bare variables (which works for "outer.NAS-IP-Address").
> 
> It's the internal attribute (for local server use), so it should be on the
> control list (control.EAP-Type).
> 
> Ivan Kalik
> Kalik Informatika ISP
> 
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html




More information about the Freeradius-Users mailing list