Multiple EAP config

BILLOT emmanuel.billot at ac-orleans-tours.fr
Wed Sep 12 12:43:11 CEST 2012


> Like any other module in the server, you instantiate multiple instances and reference them in the different virtual servers.
>
> eap <instance> {
>
> }
Ok i did it but when trying to use instances, i get

Found Auth-Type = EAP
   WARNING: Unknown value specified for Auth-Type.  Cannot perform 
requested action.
Failed to authenticate the user.


either no auth-type found

I defined

     eap eap-eleves {
...
}

Here is my config

server test {
     # Authorization
     authorize {
         eap-test {
             ok = return
         }
     }

     # Authentication
     authenticate {
         eap-test
     }

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



More information about the Freeradius-Users mailing list