anonymous_identity="anonymous"
ca_cert="../../raddb/certs/ca.pem"
phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
+# phase1="tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
#
# User Credentials
machine_private_key="../../raddb/certs/client.key"
machine_private_key_passwd="whatever"
}
+
+# TEAP is known to *not* work with some versions of eapol_test.
+# You may need to compile from the devel git repository.
machine_password="machine"
machine_phase2="autheap=MSCHAPv2"
}
+
+# TEAP is known to *not* work with some versions of eapol_test.
+# You may need to compile from the devel git repository.
password="bob"
phase2="auth=MSCHAPV2"
}
+
+# TEAP is known to *not* work with some versions of eapol_test.
+# You may need to compile from the devel git repository.
eap=TEAP
anonymous_identity="anonymous"
- phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
+# phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
+ phase1="tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
ca_cert="../../raddb/certs/ca.pem"
#
identity="bob"
password="bob"
}
+
+# TEAP is known to *not* work with some versions of eapol_test.
+# You may need to compile from the devel git repository.