Date: Fri, 12 Sep 2003 08:36:25 -0600 (MDT) From: Randy Smith <randys@amigo.net> To: Martin Jessa <freebsd@yazzy.org> Cc: freebsd-isp <freebsd-isp@freebsd.org> Subject: Re: Mac-address based auth with Radius for wlans Message-ID: <20030912083201.P580@stalker.amigo.net> In-Reply-To: <20030912121235.7defa99d.freebsd@yazzy.org> References: <20030912121235.7defa99d.freebsd@yazzy.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 12 Sep 2003, Martin Jessa wrote: > Date: Fri, 12 Sep 2003 12:12:35 +0200 > From: Martin Jessa <freebsd@yazzy.org> > To: freebsd-isp <freebsd-isp@freebsd.org> > Subject: Mac-address based auth with Radius for wlans > > Hi Guys. > > I have Wireless Acess Points which are able to talk to Raius servers. > I was wondering if it was possible to somehow combine Mac-address authentication with SQL stored user data, i.e username@domain.com with some pass will get his MAC-address stored in a database when he authenticates and then he gets an IP handed out by the Radius server. > Is there any tool that can do that ? Most of the OSS radius servers that I have seen allow you to run an app when the user attempts to authenticate. (I have only done this with cistron, though I know gnu-radius and freeradius both support it.) You can use that app to add the MAC to the DB. The "fun" part is getting the MAC from the user. If you can do that, then you're good to go. > > Thanks in advance, > YazzY -- Randy Smith Amigo.Net Systems Administrator 1-719-589-6100 x 4185 http://www.amigo.net/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030912083201.P580>