jbibe Premium,MVM join:2001-02-22
| If you only need TLS, you can use FreeRadius-0.9.3 and OpenSSL-0.9.7c, both stable releases. Since FreeRadius-0.9.3 does not support "--with-openssl/include=" and "--with-openssl-libraries=", you will need to use:
./configure --prefix=/usr/local/radius
After configure executes, edit the rlm_eap_tls Makefile as shown in the Document 3. Then perform
make make install
In the users file, you will need to enter the Auth-Type, as follows:
jbibe Auth-Type := EAP
Also, you will need to verify that the information in the Authorization section of radiusd.conf file matches the information in Document 3.
If you follow the How-To advice in Document 3, you do not need to download and install two OpenSSL versions. OpenSSL-0.9.7c will support the creation of the required certificates and the operation of FreeRadius-0.9.3. |