angely-dev / freeradius-api

A Python REST API on top of the FreeRADIUS database schema for automation and integration purposes
MIT License
20 stars 7 forks source link

nasname may be a network or an FQDN #12

Closed angely-dev closed 2 months ago

angely-dev commented 2 months ago

The nasname field is currently typed as an IP address. However, FreeRADIUS allows for the nasname to be:

Therefore, the nasname must be typed as an str.