"Chad Stanphill" <chadstanphill@totalspeed.net> wrote:
users: Matched entry DEFAULT at line 154 users: Matched entry chadstanphill at line 217 modcall[authorize]: module "files" returns ok for request 0
Is the users password defined in line 217?
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
OK, what part of that is unclear? It looks like line 154 of the "users" file sets Auth-Type to System, and you later try to give the user a clear-text password. If you don't want to authenticate against /etc/password, don't set Auth-Type to System. Alan DeKok.