Re: Failing to authenticate users

2008-11-12 Thread tnt
>Hmy eyes are bugging out.  This is a new freeradius
>install/mysql/daloradius/ubuntu.

New? This is an ancient version.

>I fail to find any specific as to why my
>users are failing to authenticate, via a simple radcheck.  anyone have
>another eye and take a peek, and see somthing I'm missing.the first part
>of this is all config loading. the access request is located towards the
>bottem... I'm pretty sure everything is talking to everything it needs
>to, but I'm obviously missing somthing most likely obvious. if anyone sees
>anything.please let me know.
>

1.1.x default users file has a DEFAULT entry setting Auth-Type System.
Comment it out.

Ivan Kalik
Kalik Informatika ISP

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


Re: Failing to authenticate users

2008-11-12 Thread Phil Mayers

You've got:


  modcall[authorize]: module "eap" returns noop for request 0
users: Matched entry DEFAULT at line 153
  modcall[authorize]: module "files" returns ok for request 0


...and


  modcall[authorize]: module "sql" returns ok for request 0


And finally


  rad_check_password:  Found Auth-Type System
auth: type "System"
  Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 0
  modcall[authenticate]: module "unix" returns notfound for request 0
modcall: leaving group authenticate (returns notfound) for request 0
auth: Failed to validate the user.


Something is setting Auth-Type to "System". It's either the users file 
on line 153, or your SQL. Fix it.

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