Pull fix from branch_1_1, so proxied EAP replies work
[freeradius.git] / src / tests / eapmd5-01 / client.sh
1 #!/bin/sh
2
3 #( echo 'User-Name = "eapmd5"';
4 #  echo 'Cleartext-Password = "md5md5"';
5 #  echo 'NAS-IP-Address = marajade.sandelman.ottawa.on.ca';
6 #  echo 'EAP-Code = Response';
7 #  echo 'EAP-Id = 210';
8 #  echo 'EAP-Type-Identity = "eapsim';
9 #  echo 'Message-Authenticator = 0';
10 #  echo 'NAS-Port = 0' ) >req.txt
11   
12 ../../modules/rlm_eap/radeapclient -s -x localhost auth testing123 <req.txt
13
14