blob: 53f84b1e72c017eb76fd064c200ff303bfb5ca8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/sh
#( echo 'User-Name = "eapmd5"';
# echo 'Cleartext-Password = "md5md5"';
# echo 'NAS-IP-Address = marajade.sandelman.ottawa.on.ca';
# echo 'EAP-Code = Response';
# echo 'EAP-Id = 210';
# echo 'EAP-Type-Identity = "eapsim';
# echo 'Message-Authenticator = 0';
# echo 'NAS-Port = 0' ) >req.txt
../../modules/rlm_eap/radeapclient -s -x localhost auth testing123 <req.txt
|