› Forums › Network Management › ZeroShell › WPA Enterprise and Captive Portal together › Reply To: WPA Enterprise and Captive Portal together
June 20, 2008 at 9:41 pm
#46596
Member
The file to change is:
/root/kerbynet.cgi/template.cfg/radiusd.conf ?
How can I modify this file permanently using ZeroShell LiveCD?
In /root/kerbynet.cgi/template.cfg/radiusd.conf
there is the section below which run
/root/kerbynet.cgi/scripts/RadiusLog script after a sucessfull radius authentication, that’s it?:
exec RadiusLog {
wait = yes
program = “/RadiusLog”
input_pairs = request
output_pairs = reply
}
Can I put the follow line in RadiusLog to leave the user from Captive Portal?
$SCRIPTS/cp_connect $NAS_IP $USER_NAME
This strategy seems be a good one?
Thank you for all replys!