<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=ISO-8859-1>
<META content="MSHTML 6.00.6001.18148" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><FONT face=Arial size=2>From reading online, I understand its possible to 
run external script but I haven't been able to find a simple 
example.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I would like to know if this is 
possible.</FONT></DIV>
<DIV><FONT face=Arial size=2>If so, could somebody help with a simple 
example?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I want this script to be run on <FONT 
size=4><STRONG>post-auth</STRONG></FONT><FONT size=2> REJECT which i believe 
goes on the following sub-section of post-auth.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT size=2></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2>        
Post-Auth-Type REJECT {</FONT></DIV>
<DIV><FONT face=Arial 
size=2>                
attr_filter.access_reject</FONT></DIV>
<DIV><FONT face=Arial size=2>        
}</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><FONT size=2>The script is very 
simple.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>script name: <STRONG> <EM><FONT 
color=#800000>test.sh</FONT></EM></STRONG></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#ff0000 size=2><EM>#!/bin/sh</EM></FONT></DIV>
<DIV><FONT face=Arial color=#ff0000 size=2><EM></EM></FONT> </DIV>
<DIV><FONT face=Arial color=#ff0000 size=2><EM>echo "user bla bla rejected" 
>> /tmp/test.txt</EM></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am running freeradius-server-2.1.1.  As you 
can see, the script is pretty simple.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I appreciate all the help.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>AM</FONT></DIV></BODY></HTML>