Hi All, is there a way to store the radsec clients in an sql table rather than using the tls configuration file ? Thanks -- PGP: CAE5 CE4A EFE9 134F D991 5465 081C B6FB 2EAC 6CC9 <https://goo.gl/lPjb40> -- Light Xavier / Pudhuveedu
On Apr 30, 2017, at 11:33 PM, Xavier Maysonnave <x.maysonnave@gmail.com> wrote:
is there a way to store the radsec clients in an sql table rather than using the tls configuration file ?
No. Clients can be listed in SQL. But the "tls" sub-section can't be put into SQL. Alan DeKok.
Hi, Thanks for the answer. You are right I don't want to put the tls sub-section in a sql table. I was referring to the clients radsec {...} sub-section defined in the file sites-available/tls. I'm looking at how to store those clients in a SQL table and didn't find out the correct solution yet. Thanks -- PGP: CAE5 CE4A EFE9 134F D991 5465 081C B6FB 2EAC 6CC9 <https://goo.gl/lPjb40> -- Light Xavier / Pudhuveedu 2017-05-01 17:35 GMT+05:30 Alan DeKok <aland@deployingradius.com>:
On Apr 30, 2017, at 11:33 PM, Xavier Maysonnave <x.maysonnave@gmail.com> wrote:
is there a way to store the radsec clients in an sql table rather than using the tls configuration file ?
No.
Clients can be listed in SQL. But the "tls" sub-section can't be put into SQL.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/ list/users.html
On May 2, 2017, at 7:26 AM, Xavier Maysonnave <x.maysonnave@gmail.com> wrote:
You are right I don't want to put the tls sub-section in a sql table.
Plase ask the question you want an answer to. Asking the wrong question will get you the wrong answer.
I was referring to the clients radsec {...} sub-section defined in the file sites-available/tls. I'm looking at how to store those clients in a SQL table and didn't find out the correct solution yet.
You can tie a client to a virtual server in SQL. Just put the name of the virtual server into the "server" column. Alan DeKok.
participants (2)
-
Alan DeKok -
Xavier Maysonnave