Nick Hopman <[EMAIL PROTECTED]> wrote: > I am trying to use freeRadius with a cisco 350 AP. My question is when > trying to add new users are the two file that need to be modified only > 'users' and 'clients.conf'?
No. 'users' controls user access. 'clients.conf' controls which NAS boxes are allowed to talk RADIUS to the server. 'clients.conf' should only be modified if you add/delete a NAS. > rad_recv: Access-Request packet from host 10.0.1.146:1039, id=13, > length=133 > User-Name = "Nick Hopman" ... > NAS-Port-Type = Wireless-802.11 > EAP-Message = "\002\n\000\020\001Nick Hopman" ... > auth: type Local > auth: No Password or CHAP-Password attribute in the request And there isn't a User-Password, or CHAP-Password attribute in the request. You've got to configure EAP authentication if the users are trying to authenticate via EAP. See the latest CVS snapshot, it has examples of configuring eap in 'raddb/radiusd.conf'. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
