Using REST Module for Adding NAS
We are designing a radius billing software and will be using REST module instead of SQL. Entire AAA stack is perfectly working with REST module, but stuck at adding NAS section. As far as I know Freeradius uses SQL to load clients. Is there any way we can do this via REST instead of SQL?- Mohammad Mahefooz
On Jul 3, 2021, at 2:21 PM, Mohammad Mahefooz <mahefooz@crashcoding.in> wrote:
We are designing a radius billing software and will be using REST module instead of SQL. Entire AAA stack is perfectly working with REST module, but stuck at adding NAS section. As far as I know Freeradius uses SQL to load clients. Is there any way we can do this via REST instead of SQL?- Mohammad Mahefooz
Unfortunately, no. But it's Open Source. We're happy to accept patches. Alan DeKok.
Can we use any other module such as Python/Perl to load the NAS clients? As we are thinking not to use SQL, keeping it only to load NAS clients doesn't make sense. - Mohammad Mahefooz ---- On Sat, 03 Jul 2021 23:54:34 +0530 aland@deployingradius.com wrote ----On Jul 3, 2021, at 2:21 PM, Mohammad Mahefooz <mahefooz@crashcoding.in> wrote:> > We are designing a radius billing software and will be using REST module instead of SQL. Entire AAA stack is perfectly working with REST module, but stuck at adding NAS section. As far as I know Freeradius uses SQL to load clients. Is there any way we can do this via REST instead of SQL?- Mohammad Mahefooz Unfortunately, no. But it's Open Source. We're happy to accept patches. Alan DeKok.-List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Jul 3, 2021, at 2:36 PM, Mohammad Mahefooz <mahefooz@crashcoding.in> wrote:
Can we use any other module such as Python/Perl to load the NAS clients? As we are thinking not to use SQL, keeping it only to load NAS clients doesn't make sense.
If the documentation doesn't say it's possible, then it's not possible. Again, patches are always welcome. Alan DeKok.
Alright, thanks Alan!- Mohammad Mahefooz ---- On Sun, 04 Jul 2021 00:21:31 +0530 aland@deployingradius.com wrote ----On Jul 3, 2021, at 2:36 PM, Mohammad Mahefooz <mahefooz@crashcoding.in> wrote:> > Can we use any other module such as Python/Perl to load the NAS clients? As we are thinking not to use SQL, keeping it only to load NAS clients doesn't make sense. If the documentation doesn't say it's possible, then it's not possible. Again, patches are always welcome. Alan DeKok.-List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Mohammad Mahefooz