Skip to content

Commit 0b2828c

Browse files
committed
add only one user with EAP-MSCHAPv2
1 parent 7efa4fe commit 0b2828c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/tests/eap-teap-mschap.conf

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# eapol_test -c eap-teap-mschap.conf -s testing123
3+
#
4+
network={
5+
key_mgmt=IEEE8021X
6+
eap=TEAP
7+
8+
anonymous_identity="anonymous"
9+
phase1="teap_compat=freeradius,tls_disable_tlsv1_0=1 tls_disable_tlsv1_1=1 tls_disable_tlsv1_2=0 tls_disable_tlsv1_3=0"
10+
ca_cert="../../raddb/certs/ca.pem"
11+
12+
#
13+
# User Credentials
14+
#
15+
identity="bob"
16+
password="bob"
17+
phase2="auth=MSCHAPV2"
18+
}

0 commit comments

Comments
 (0)