thanks Yvan,<br><br>looking at debug, I saw :<br>Ignoring EAP-Type/tls because we do not have OpenSSL support.<br>Ignoring EAP-Type/ttls because we do not have OpenSSL support.<br>Ignoring EAP-Type/peap because we do not have OpenSSL support.<br>
<br>So:<br>I installed that :<br>apt-get install openssl<br>apt-get install libssl-devdebian:/usr/local/etc/raddb<br>apt-get install libcurl4-openssl-dev<br><br>debian:/tmp/freeradius-server-2.1.7# dpkg -l | grep ssl<br>
ii libcurl4-openssl-dev 7.18.2-8lenny3 Development files and documentation for libcurl (OpenSSL)<br>ii libssl-dev 0.9.8g-15+lenny5 SSL development libraries, header files and documentation<br>
ii libssl0.9.8 0.9.8g-15+lenny5 SSL shared libraries<br>ii openssl 0.9.8g-15+lenny5 Secure Socket Layer (SSL) binary and related cryptographic too<br><br><br>
Then I removed freeradius<br>
rm -rf /usr/local/etc/raddb<br>rm -rf /usr/local/etc/raddb<br><br> and reinstalled it (./configure, make, make install)<br><br>but error messages about ignoring EAP-Type stay alive. Do you have an idea ? Could it be my problem. <br>
<br>Jacques who go in bed right now<br>