[prev in list] [next in list] [prev in thread] [next in thread] 

List:       freeradius-users
Subject:    RE: Yet another multiple SSID setup question
From:       "Garber, Neal" <Neal.Garber () iberdrolausa ! com>
Date:       2011-07-29 3:17:07
Message-ID: 6C844E46F87BA046AA284DAAF491640602AFB1A5 () EEROCH1CMS1 ! Energyeast ! net
[Download RAW message or body]

> It's failing on the inner tunnel with an error that 
> it has no value specified for the auth type,
> but shouldn't that be set by the eap module?

It didn't say no value, it said unknown value.  The
debug output showed the value of Auth-Type as 
eap_cuesta:

Found Auth-Type = eap_cuesta
  WARNING: Unknown value specified for Auth-Type.  Cannot perform
  requested action.

The problem is that the Auth-Type (eap_cuesta)
doesn't exist in your inner-tunnel-cuesta 
authenticate section.  You are also missing 
mschap_cuesta in the authorize section.

Try this:

inner tunnel:
authorize {
        suffix
        mschap_cuesta
        eap_cuesta {
                ok = return
        }
}
authenticate {
        mschap_cuesta
        eap_cuesta
}

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic