Darlington, Andrew wrote: > I’m trying to setup a very basic test server using FreeRADIUS (running > on Ubuntu 12.04) that uses PEAP with the example certificates generated > by FreeRADIUS.
See http://deployingradius.com It has a detailed guide for EAP / PEAP. > Couldn't open /etc/freeradius/acct_users for reading: Permission denied > Errors reading /etc/freeradius/acct_users You're running it as a normal user, and the file is owned by root (or another user). Run it as root. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

