Hello, I was looking into using MySQL with FreeRADIUS and took a look at http://wiki.freeradius.org/guide/SQL%20HOWTO I was wondering, if it is possible to also put the clients with the RADIUS secrets to the SQL database? From what I was reading I understand: No? Thanks a lot and kind regards Cornelius -- Cornelius Kölbel cornelius.koelbel@netknights.it +49 151 2960 1417 NetKnights GmbH http://www.netknights.it Landgraf-Karl-Str. 19, 34131 Kassel, Germany Tel: +49 561 3166797, Fax: +49 561 3166798 Amtsgericht Kassel, HRB 16405 Geschäftsführer: Cornelius Kölbel
On Jan 12, 2016, at 3:06 PM, Cornelius Kölbel <cornelius.koelbel@netknights.it> wrote:
I was looking into using MySQL with FreeRADIUS and took a look at http://wiki.freeradius.org/guide/SQL%20HOWTO
I was wondering, if it is possible to also put the clients with the RADIUS secrets to the SQL database? From what I was reading I understand: No?
Yes, it's possible. Read the configuration for the sql module. Alan DeKok.
Hi Alan, Hi Alan, thanks for both of your hints. My schema.sql (FreeRADIUS 2.1.12) did not contain the nas table, it was in an extra file and I was searching for some client stuff. Kind regards Cornelius Am Dienstag, den 12.01.2016, 15:23 -0500 schrieb Alan DeKok:
On Jan 12, 2016, at 3:06 PM, Cornelius Kölbel <cornelius.koelbel@netknights.it> wrote:
I was looking into using MySQL with FreeRADIUS and took a look at http://wiki.freeradius.org/guide/SQL%20HOWTO
I was wondering, if it is possible to also put the clients with the RADIUS secrets to the SQL database? From what I was reading I understand: No?
Yes, it's possible. Read the configuration for the sql module.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Cornelius Kölbel cornelius.koelbel@netknights.it +49 151 2960 1417 NetKnights GmbH http://www.netknights.it Landgraf-Karl-Str. 19, 34131 Kassel, Germany Tel: +49 561 3166797, Fax: +49 561 3166798 Amtsgericht Kassel, HRB 16405 Geschäftsführer: Cornelius Kölbel
Hi,
I was wondering, if it is possible to also put the clients with the RADIUS secrets to the SQL database? From what I was reading I understand: No?
err, yes - very simple. just populate the correct table and ensure you have the read_clients enabled in the sql configuration file alan
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Cornelius Kölbel