Thanks, it works successfully now, but is it possible to choose different EAP Methods for different EAP users. Amin BEN ABDALLAH On Mon, 19 Feb 2007 23:22:44 +0000, Phil Mayers wrote
Amin BEN ABDALLAH wrote:
I am a new user of Radius Server and I want to know how to test the authentification of an EAP-MD5 user using radtest, radclient or radeapclient.
*users file :* ___________________________________________________________________ ali Auth-Type := EAP, User-Password == "ali" Reply-Message = "success"
Auth-Type needs to die. I seriously think it should be replaced with an attribute named:
I-Should-Not-Be-Setting-Auth-Type-I-Acknowledge-What-I-Am-Doing-Is-Wrong
* don't set Auth-Type * use := for password
That is:
ali User-Password := "ali" Reply-Message = "success"
Try again with this. If it fails, repost and when showing debug output, don't trim it. - List info/subscribe/unsubscribe? See
Amin BEN ABDALLAH wrote:
Thanks, it works successfully now, but is it possible to choose different EAP Methods for different EAP users.
Why would you want to? However, take a look for: username EAP-Type == MD5-Challenge Fall-Through = No username Auth-Type := Reject Reply-Message = "you are only allowed to do eap MD5" ...and so on
participants (2)
-
Amin BEN ABDALLAH -
Phil Mayers