Hi, i would to configure my server radius for 802.1x authentication. But when i modify my eap.conf file and then start radius i have this error message: rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory What's happen? How can i remove these error? This is my eap.conf file... eap { default_eap_type = peap timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no md5 { } leap { } gtc { auth_type = PAP } tls { private_key_password = whatever private_key_file = ${raddbdir}/certs/cert-srv.pem #certificate_file = ${raddbdir}/certs/cert-srv.pem CA_file = ${raddbdir}/certs/demoCA/cacert.pem dh_file = ${raddbdir}/certs/dh random_file = ${raddbdir}/certs/random fragment_size = 1024 include_length = yes } #ttls { # default_eap_type = md5 # copy_request_to_tunnel = no # use_tunneled_reply = no #} peap { default_eap_type = mschapv2 # copy_request_to_tunnel = no # use_tunneled_reply = no # proxy_tunneled_request_as_eap = yes } mschapv2 { } } Thanks -- Vincenzo Agosti Universita' degli Studi di Salerno Ufficio Sistemi Tecnologici Coordinamento Servizi Informatici via Ponte don Melillo 84084 Fisciano (SA) - Italia Tel. +39 089 96 6101 - 9776 Fax +39 089 96 6368 - 9806 Cell. +39 335 427674 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Hi,
Hi, i would to configure my server radius for 802.1x authentication. But when i modify my eap.conf file and then start radius i have this error message:
rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory
What's happen? How can i remove these error?
you need to compile freeradius with SSL support etc - it didnt find required libraries when compiled - or if from RPM etc it wasnt compiled with such support alan
Do you know the option to compile freeradius with ssl support?? Thanks. Citando A.L.M.Buxey@lboro.ac.uk:
Hi,
Hi, i would to configure my server radius for 802.1x authentication. But when i modify my eap.conf file and then start radius i have this error message:
rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory
What's happen? How can i remove these error?
you need to compile freeradius with SSL support etc - it didnt find required libraries when compiled - or if from RPM etc it wasnt compiled with such support
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Vincenzo Agosti Universita' degli Studi di Salerno Ufficio Sistemi Tecnologici Coordinamento Servizi Informatici via Ponte don Melillo 84084 Fisciano (SA) - Italia Tel. +39 089 96 6101 - 9776 Fax +39 089 96 6368 - 9806 Cell. +39 335 427674 ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Hi,
Do you know the option to compile freeradius with ssl support??
just compile it with ./configure; make ; make install BUTENSURE that you have openssl-devel libraries etc installed. basically, when you run the ./configure, grep the output for WARNING - make note of what is NOT being compiled in. this will usually be most datbase support, SNMP, SSL etc unless you have the right development libraries installed alan
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Vincenzo Agosti