30-Jan-03 at 14:20, Shahid M. Bhatti ([EMAIL PROTECTED]) wrote : > Hi, > I'm trying to authenticate Wireless Access Point of > Orinoco/Lucent/Avaya/Agere/Proxim with Free Radius server. I've made the > user as AP's MAC address in /etc/raddb/users file and conf file, but when > I start the radius server in debig mode I get the following messages which > I have attached below. Please have a look at it and help me in figuring > out what should I do? Thanks a bunch. Reading the documentation is easy, understanding it perhaps less so, but I have managed to make the following interpretation. I think I'm right here.
> users: Matched DEFAULT at 162 > modcall[authorize]: module "files" returns ok > modcall: group authorize returns ok Authorize is from "files", > rad_check_password: Found Auth-Type System > auth: type "System" > modcall: entering group authenticate > modcall[authenticate]: module "unix" returns notfound > modcall: group authenticate returns notfound > auth: Failed to validate the user. And the module "unix" (the only one configured) returns notfound. Auth-Type System means to authenticate against /etc/passwd, /etc/shadow or similar >From users file:- # You don't need to specify a password if you set Auth-Type += # System on the list of authentication requirements. The RADIUS # server will then check the system password file. Somewhere, you need to be setting Auth-Type Local, in the user's attributes. Regards, -- |-Simon White, Internet Services Manager, Certified Check Point CCSA. |-MTDS Internet, Security, Anti-Virus, Linux and Hosting Solutions. |-MTDS 14, rue du 16 novembre, Agdal, Rabat, Morocco. |-MTDS tel +212.3.767.4861 - fax +212.3.767.4863 - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
