Skip to content

Commit 564854f

Browse files
committed
adds hint message for users testing TEAP using eapol_test. Fixes #5518
1 parent 7713739 commit 564854f

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

src/tests/eap-teap-mschap-tls.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ network={
88
anonymous_identity="anonymous"
99
ca_cert="../../raddb/certs/ca.pem"
1010
phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
11+
# phase1="tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
1112

1213
#
1314
# User Credentials
@@ -26,3 +27,6 @@ network={
2627
machine_private_key="../../raddb/certs/client.key"
2728
machine_private_key_passwd="whatever"
2829
}
30+
31+
# TEAP is known to *not* work with some versions of eapol_test.
32+
# You may need to compile from the devel git repository.

src/tests/eap-teap-mschap-x2.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ network={
2323
machine_password="machine"
2424
machine_phase2="autheap=MSCHAPv2"
2525
}
26+
27+
# TEAP is known to *not* work with some versions of eapol_test.
28+
# You may need to compile from the devel git repository.

src/tests/eap-teap-mschap.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ network={
1616
password="bob"
1717
phase2="auth=MSCHAPV2"
1818
}
19+
20+
# TEAP is known to *not* work with some versions of eapol_test.
21+
# You may need to compile from the devel git repository.

src/tests/eap-teap-password.conf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ network={
66
eap=TEAP
77

88
anonymous_identity="anonymous"
9-
phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
9+
# phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
10+
phase1="tls_disable_tlsv1_0=1,tls_disable_tlsv1_1=1"
1011
ca_cert="../../raddb/certs/ca.pem"
1112

1213
#
@@ -15,3 +16,6 @@ network={
1516
identity="bob"
1617
password="bob"
1718
}
19+
20+
# TEAP is known to *not* work with some versions of eapol_test.
21+
# You may need to compile from the devel git repository.

0 commit comments

Comments
 (0)