Discussion:
help
Diwakar Bhardwaj
2018-10-25 13:30:29 UTC
Permalink
I'm just trying to use Redis DB with radius server by default it uses MySQL
server for authentication and authorization. I tried by changing the
default config (used redis instead of sql) but it didn't work, it complains
like "*redis" modules aren't allowed in 'authorization' sections -- they
have no such method*". I am just wanted to know What are the config changes
are required for that? I haven't found any such documentation that explains
it. Can anyone please help with this?
-
List info/subscribe/unsubsc
Alan DeKok
2018-10-25 15:12:25 UTC
Permalink
Post by Diwakar Bhardwaj
I'm just trying to use Redis DB with radius server by default it uses MySQL
server for authentication and authorization. I tried by changing the
default config (used redis instead of sql) but it didn't work, it complains
like "*redis" modules aren't allowed in 'authorization' sections -- they
have no such method*".
Yes. The redis module documentation doesn't say that it can be used in the "authorize" section.

On top of that, redis is an unstructured database. The default SQL schema in FreeRADIUS is structured.

So what data do you want to get from Redis? How should FreeRADIUS get that data?
Post by Diwakar Bhardwaj
I am just wanted to know What are the config changes
are required for that? I haven't found any such documentation that explains
it.
Because it's not possible.

The server contains extensive documentation on how it works, and what the modules do. If the documentation doesn't say "here's how to do something with the module", then the module can't do that thing.

Alan DeKok.


-
List info/subscribe/unsubscribe? See http://w

Loading...