mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 01:52:51 +00:00
Reading [1] and [2], it appears that the hard-coded value "2" is incorrect and "10" should be used instead. [1] provides that: Checks for the presence of a Service-Type == 'Call-Check' AVP as an explicit indication that the NAS wants to do Mac-Auth. "Call-Check" is defined in [2] as value 10. [1]: https://wiki.freeradius.org/guide/mac-auth#web-auth-safe-mac-auth [2]: https://freeradius.org/rfc/rfc2865.html#Service-Type Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>