openwisp / openwisp-radius

Administration web interface and REST API for freeradius 3 build in django & python. Supports captive portal authentication, WPA Enerprise (802.1x), freeradius rlm_rest, social login, Hotspot 2.0 / 802.11u, importing users from CSV, registration of new users and more.
https://openwisp.io/docs/dev/radius/
GNU General Public License v3.0
366 stars 183 forks source link

[feature] Add mac address authentication for roaming users #490

Closed nemesifier closed 1 year ago

nemesifier commented 1 year ago

A prototype of this feature is available here: https://github.com/openwisp/openwisp-radius/tree/macauth-roaming.

We need to recognize users who are moving from one NAS to another one so that they can avoid having to authenticate again. This feature must be optional and turned off by default, we want to allow turning this on via the org admin settings.