19 Feb
2007
19 Feb
'07
6:22 p.m.
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.