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-
> [email protected]
> [mailto:freeradius-users-
> [email protected]] 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

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to