freeradius 3 eap /tls module rlm_tls-config
Hello,
I would like to use EAP/TLS + mac address with mariadb under Debian 10 & Freeradius 3.0.17+dfsg-1.1.
I create my key and certificats (PKI ok). My database is ok.
When I launch freeradius in debug mode freeradius -XXX I have this message :
Debug: Failed with error: rlm_tls-config.so: cannot open shared object file: No such file or directory Error: /etc/freeradius/3.0/mods-enabled/eap[176]: Failed to link to module 'rlm_tls-config': /usr/lib/freeradius/rlm_tls-config.so: cannot open shared object file: No such file or directory
I edit this files : radiusd.conf, mods-available/eap, mods-available/sql, sites-enabled/default.
Any ideas?
Thank's you.
Regards.
Ju.
On Dec 17, 2019, at 9:12 AM, Julien Bamberger <Julien.bamberger@g2elab.grenoble-inp.fr> wrote:
Hello,
I would like to use EAP/TLS + mac address with mariadb under Debian 10 & Freeradius 3.0.17+dfsg-1.1.
I create my key and certificats (PKI ok). My database is ok.
When I launch freeradius in debug mode freeradius -XXX I have this message :
Debug: Failed with error: rlm_tls-config.so: cannot open shared object file: No such file or directory Error: /etc/freeradius/3.0/mods-enabled/eap[176]: Failed to link to module 'rlm_tls-config': /usr/lib/freeradius/rlm_tls-config.so: cannot open shared object file: No such file or directory
You edited the default configuration and broke it. Don't do that.
I edit this files : radiusd.conf, mods-available/eap, mods-available/sql, sites-enabled/default.
What did you change in the "eap" module configuration? Why did you change it? The default configuration works. Alan DeKok.
Hello Since the default configuration I have a problem between mysql/mariadb and freeradius. Normally when mariadb is down, if I use sql in freeradius I can't start the service freeradius. But my mariadb is down but freeradius starts in sql configuration... Any ideas? Thank's you. Regards. Ju. Le 17/12/2019 à 15:17, Alan DeKok a écrit :
On Dec 17, 2019, at 9:12 AM, Julien Bamberger <Julien.bamberger@g2elab.grenoble-inp.fr> wrote:
Hello,
I would like to use EAP/TLS + mac address with mariadb under Debian 10 & Freeradius 3.0.17+dfsg-1.1.
I create my key and certificats (PKI ok). My database is ok.
When I launch freeradius in debug mode freeradius -XXX I have this message :
Debug: Failed with error: rlm_tls-config.so: cannot open shared object file: No such file or directory Error: /etc/freeradius/3.0/mods-enabled/eap[176]: Failed to link to module 'rlm_tls-config': /usr/lib/freeradius/rlm_tls-config.so: cannot open shared object file: No such file or directory You edited the default configuration and broke it. Don't do that.
I edit this files : radiusd.conf, mods-available/eap, mods-available/sql, sites-enabled/default. What did you change in the "eap" module configuration?
Why did you change it?
The default configuration works.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Dec 20, 2019, at 6:53 AM, Julien Bamberger <Julien.bamberger@g2elab.grenoble-inp.fr> wrote:
Since the default configuration I have a problem between mysql/mariadb and freeradius. Normally when mariadb is down, if I use sql in freeradius I can't start the service freeradius. But my mariadb is down but freeradius starts in sql configuration...
Any ideas?
Read the configuration for the SQL module. Look for the "pool" subsection, and the "start" configuration. This is documented. Alan DeKok.
participants (2)
-
Alan DeKok -
Julien Bamberger