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

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

Reply via email to