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.
The delete_old_radiusbatch_users management command expects the argument to be present in months while all the other management commands requires the argument in days.
This inconsistency may lead to misconfiguration. We shall update the delete_old_radiusbatch_users command to accept days instead of months.
The
delete_old_radiusbatch_users
management command expects the argument to be present in months while all the other management commands requires the argument in days.This inconsistency may lead to misconfiguration. We shall update the
delete_old_radiusbatch_users
command to accept days instead of months.