> On 2011-11-26, quartz <qua...@sneakertech.com> wrote: >> I'm looking to set up a small-sized wifi network with wpa2 enterprise. >> does anyone know of a lightweight authentication software package for >> this? all I can find in the ports tree is freeradius, but I'm looking >> for >> something easier to administer... something along the lines of dnsmasq >> with a simple config file that other people don't have to be an expert >> to >> understand. > > freeradius probably is your best option, it's a bit of a slog to do the > initial setup but once that's done it's pretty simple for a non-expert > to do routine admin (adding/removing users etc)..either via a text-based > users file or, if necessary, you could use a database with some web-based > frontend.
eeeaahch.... I was hoping to avoid that initial slog if at all possible. I'm trying to implement this for a small outfit, and large difficult-to-reinstall software packages are frowned upon. especially in this case where half the features freeradius provides aren't even needed. as with dhcp+dns=dnsmasq, I was sorta expecting that someone would have come up with a lighter weight one-stop-shop by now. is this really not the case? (or do these packages exist, but they're just not in the ports tree?)