> Could you post sample code (radiusd.conf) please ?
The 'radiusd.conf' module has most of the necessary examples in it.
> I mean, how do we tell the EAP module where to look for passwords (clear
> text) ?
You don't. That's the beauty of it. You have some OTHER module
grab the passwords from somewhere. LDAP, SQL, whatever. They add the
clear-text password internally to the request, and the EAP module uses
that for EAP authentication.
So you need (at the least)
authorize {
???
eap
files
}
authenticate {
eap
}
Where the '???' is the module which stores the clear-text
passwords.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html