summaryrefslogtreecommitdiffstats
path: root/src/tests/eap-ttls-eap-mschapv2.conf
blob: abe5d33f2cfb328ad90cb9b631a66f0d4200d468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
#   eapol_test -c eap-ttls-eap-mschapv2.conf -s testing123
#
network={
	key_mgmt=IEEE8021X
	eap=TTLS

	anonymous_identity="anonymous"

	identity="bob"
	password="bob"

	phase1=""
	phase2="autheap=MSCHAPV2"

	ca_cert="../../raddb/certs/ca.pem"
}