I'm authenticating wireless users with freeradius against an os x ldap server. This works all well. But I also want to check if the device (mac address) is allowed to connect. How do I configure Freeradius to Authenticate Users against ldap and check the mac address in an SQL-Database? Thanks Tobias
Tobias Hug wrote:
I'm authenticating wireless users with freeradius against an os x ldap server. This works all well. But I also want to check if the device (mac address) is allowed to connect. How do I configure Freeradius to Authenticate Users against ldap and check the mac address in an SQL-Database?
You configure users to authenticate against LDAP. Once that's done, you configure MAC address checking in SQL, via the "Calling-Station-Id" attribute. It will then work. If you want detailed instructions, the comments & documentation supply this. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
participants (2)
-
Alan DeKok -
Tobias Hug