> rad_recv: Access-Request packet from host 64.105.179.137:55324, id=82,
> length=99
>         User-Name = "[EMAIL PROTECTED]"
>         User-Password = "test"

So it looks like the username that the Covad NOC sends you includes an "@domain" 
portion, which is interpreted as a realm by FreeRADIUS.

>     rlm_realm: Looking up realm "national-tel.com" for User-Name =
> "[EMAIL PROTECTED]"
>     rlm_realm: No such realm "national-tel.com"

But there's no realm configuration.  You'll need to deal with this.  Depending on your 
situation, you can configure it to strip the realm before trying to authenticate the 
user, or do something else...

> modcall: group authorize returns ok for request 14
>   rad_check_password:  Found Auth-Type System
> auth: type "System"
> modcall: entering group authenticate for request 14
>   modcall[authenticate]: module "unix" returns notfound for request 14
> modcall: group authenticate returns notfound for request 14
> auth: Failed to validate the user.

If you have added a user "test" to your passwd filer, it doesn't match "[EMAIL 
PROTECTED]" because they're not the same.  And that would explain the "notfound" 
message.

-- 
______________________________________________________ 
Mike Ockenga, CCNP              [EMAIL PROTECTED] 

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

Reply via email to