import from branch_1_1:
[freeradius.git] / src / tests / eapsim-02 / client.sh
1 #!/bin/sh
2
3 ( echo 'User-Name = "eapsim"';
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-Identify = "eapsim';
9   echo 'Message-Authenticator = 0';
10   echo 'NAS-Port = 0' ) >req.txt
11   
12 ../../main/radeapclient -x localhost auth testing123 <req.txt
13
14