Hello, Debian Sarge, Apache 1.3.33, (+ssl), libapache-mod-ssl installed, Freeradius, EAP-TLS, PEAP ................................................................................... # freeradius -x Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP Module: Instantiated mschap (mschap) Module: Loaded System Module: Instantiated unix (unix) Module: Loaded eap rlm_eap: Loaded and initialized type md5 rlm_eap: Loaded and initialized type leap rlm_eap: Loaded and initialized type gtc rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory radiusd.conf[9]: eap: Module instantiation failed. ...................................................................................................................... ==> Attached: /etc/freeradius/eap.conf, modified file, the "secrets" are simple because I prefer do a test before having the functionnal and definitive configuration. And just another question: what is the maxlenght of the secret ? Thank you in advance if you can solve my problem! Have fun with Freeradius ! Mathieu Clément
Excuse-me, nothing has been attached... voilà ! http://mathieuclement.dyndns.org/conf/eap.conf Mathieu Clément Mathieu Clément wrote:
Hello,
Debian Sarge, Apache 1.3.33, (+ssl), libapache-mod-ssl installed, Freeradius, EAP-TLS, PEAP
................................................................................... # freeradius -x Starting - reading configuration files ... Using deprecated naslist file. Support for this will go away soon. Module: Loaded exec rlm_exec: Wait=yes but no output defined. Did you mean output=none? Module: Instantiated exec (exec) Module: Loaded expr Module: Instantiated expr (expr) Module: Loaded PAP Module: Instantiated pap (pap) Module: Loaded CHAP Module: Instantiated chap (chap) Module: Loaded MS-CHAP Module: Instantiated mschap (mschap) Module: Loaded System Module: Instantiated unix (unix) Module: Loaded eap rlm_eap: Loaded and initialized type md5 rlm_eap: Loaded and initialized type leap rlm_eap: Loaded and initialized type gtc rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory radiusd.conf[9]: eap: Module instantiation failed. ......................................................................................................................
==> Attached: /etc/freeradius/eap.conf, modified file, the "secrets" are simple because I prefer do a test before having the functionnal and definitive configuration. And just another question: what is the maxlenght of the secret ?
Thank you in advance if you can solve my problem!
Have fun with Freeradius !
Mathieu Clément
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
On Saturday 14 January 2006 15:22, Mathieu Clément wrote:
rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory radiusd.conf[9]: eap: Module instantiation failed. .......................................................................... # peap { # The tunneled EAP session needs a default # EAP type which is separate from the one for # the non-tunneled EAP module. Inside of the # PEAP tunnel, we recommend using MS-CHAPv2, # as that is the default type supported by # Windows clients. default_eap_type = mschapv2 #}
............................................
Check what you have commented out or left uncommented. Zoltan Ori
Mathieu Clément wrote:
Debian Sarge, Apache 1.3.33, (+ssl), libapache-mod-ssl installed, Freeradius, EAP-TLS, PEAP
[...]
rlm_eap: Failed to link EAP-Type/tls: rlm_eap_tls.so: cannot open shared object file: No such file or directory radiusd.conf[9]: eap: Module instantiation failed.
Debian doesn't distribute a binary version of the rlm_eap_tls module as it depends on OpenSSL. http://www.gnu.org/licenses/license-list.html#GPLIncompatibleLicenses You should get the sources from FreeRADIUS website and build a Debian package yourself. http://wiki.freeradius.org/index.php/FreeRADIUS_Wiki:FAQ#How_do_I_build_a_De... -- Nicolas Baradakis
participants (3)
-
Mathieu Clément -
Nicolas Baradakis -
Zoltan A. Ori