Bug #9738
Client IP address validation disallows CIDR notation
Status:
New
Priority:
Normal
Assignee:
-
Category:
FreeRADIUS
Target version:
-
Start date:
09/09/2019
Due date:
% Done:
0%
Estimated time:
Affected Version:
Affected Architecture:
Description
Hi,
As specified in the FreeRADIUS documentation, `ipaddr` can be supplied in CIDR format when defining clients:
https://networkradius.com/doc/3.0.10/raddb/syntax/data_ip.html
This is useful when deploying multiple APs from the same configuration - ie. Unifi.
The pfSense FreeRADIUS port does not accept a CIDR to be specified for a client:
https://github.com/pfsense/FreeBSD-ports/blob/9e832f613780e0128a45059a644de143adcd19e5/net/pfSense-pkg-freeradius3/files/usr/local/pkg/freeradius.inc#L4018