hi hayden

> I'm running into the following problem where freeradius says there's no
> User-Password attribute.  This stuff is pretty fresh to me so you can

no no, i don't think that's the problem.


> modcall: group authorize returns ok
>   rad_check_password:  Found Auth-Type EAP
> auth: type "EAP"
> auth: Failed to validate the user.
> Login incorrect: [hayden/<no User-Password attribute>] (from client

that's what i meant above: this is a little bit confusing, but it's not
the explanation for the failed login, it's just like that - in eap/md5
there can be no user-password since no password is transmitted. i.e.
even in the success case you'd have something like 

Login OK : [hayden/<no User-Password attribute>] (from client...


i don't see the real problem though. try to do "radiusd -s -X" to obtain
more debug output.

basically, you should have something like that in your radius.conf:

authorize {
        preprocess
        files
        eap
}

authenticate {
        eap
}


The EAP module itself has to be configured this way (radius.conf):

eap {
        md5 {
        }
}

And finally, something like that in your users file:

hayden  Auth-Type := System, User-Password = "hello"

or

hayden  Auth-Type := Local, User-Password = "hello"


try it...


ciao
artur


-- 
Artur Hecker
artur at-sign hecker point/dot info

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

Reply via email to