comparison scripts/freeradius-run.sh @ 11:44f87917c579

Added a RADIUS proxy using freeradius in the eap testbed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 16 Sep 2010 14:23:42 +0900
parents
children
comparison
equal deleted inserted replaced
10:7b569c198c7c 11:44f87917c579
1 #!/bin/bash -x
2
3 DATE=`date +%Y%m%d-%H%M%S`;
4 HOST=`hostname --fqdn`;
5
6 ulimit -c 1000000
7 rm -f core*
8
9 echo fr-$HOST-$DATE.log > /home/aaa/logs/LATEST-$HOST-fr.log
10 freeradius -d /root/conf/freeradius -f -X 2>&1 | tee -i /home/aaa/logs/fr-$HOST-$DATE.log
11
"Welcome to our mercurial repository"