JOE REHAGE <[EMAIL PROTECTED]> wrote:
> I have downloaded freeradius on my linux box and I keep getting an
> Access Reject packet from the server. The Radius server is running
> in debug mode and I'm using the radtest described in one of the tech
> papers.
>
> USER FILE entry:
> bob Password = "bob"
> Reply-Message = "Hello, bob"
That's the old syntax. See the 'users' file which comes with the
server for the new syntax. You want:
bob Auth-Type := Local, Password == "bob"
Reply-Message += "Hello, bob"
> modcall[authorize]: module "suffix" returns ok
> users: Matched DEFAULT at 144
What's this entry? Have you LOOKED at it?
> modcall[authorize]: module "files" returns ok
> modcall: group authorize returns ok
> rad_check_password: Found Auth-Type System
> auth: type "System"
> modcall: entering group authenticate
> modcall[authenticate]: module "unix" returns notfound
It's doing system authentication, like you told it to.
You put the 'bob' entry *below* the DEFAULT for System
authentication.
Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html