How to Migrate (EAP) from: 2.1.xx to: 3.0.xx ?
Hello, I am new in freeradius, should build a new system with the config of a 2.1.12. Did not find config parameters from /etc/raddb/eap.conf in the /etc/raddb/policy.d/eap Where can I find how to migrate from Version 2.1.12 to 3.0.21 Thanks /etc/raddb/eap.conf eap { default_eap_type = peap timer_expire = 60 ignore_unknown_eap_types = no cisco_accounting_username_bug = no md5 { } tls { private_key_password = password private_key_file = ${raddbdir}/certs/my/key.pem certificate_file = ${raddbdir}/certs/my/server.pem # Trusted Root CA list CA_file = ${raddbdir}/certs/my/our.pem dh_file = ${raddbdir}/certs/my/DH random_file = ${raddbdir}/certs/my/random #random_file = /dev/urandom fragment_size = 1024 include_length = yes #check_crl = yes } peap { default_eap_type = mschapv2 #VIRTUAL_SERVER = "inner-Tunnel" #scopy_request_to_tunnel = yes #use_tunneled_reply = yes #proxy_tunneled_request_as_eap = yes } mschapv2 { } }
On Aug 9, 2021, at 1:33 AM, Dennis Schneck <dennis.schneck@schulergroup.com> wrote:
I am new in freeradius, should build a new system with the config of a 2.1.12. Did not find config parameters from /etc/raddb/eap.conf in the /etc/raddb/policy.d/eap
In v3, all of the modules are in raddb/mods-available and raddb/mods-enabled.
Where can I find how to migrate from Version 2.1.12 to 3.0.21
There is a long guide in raddb/README.rst Alan DeKok.
participants (2)
-
Alan DeKok -
Dennis Schneck