Base SoH code for Microsoft NAP.
[freeradius.git] / src / tests / eap-md5.conf
1 #
2 #   eapol_test -c eap-md5.conf -s testing123 -n
3 #
4 network={
5         key_mgmt=NONE
6         eap=MD5
7         identity="bob"
8         password="hello"
9 }