Great, thank you both. I will give it a try right now.<br><br>
<div class="gmail_quote">On Wed, Dec 1, 2010 at 1:12 PM, Alan Buxey <span dir="ltr"><<a href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">Hi,<br><br>to add a second detail module, simply copy the first one and add a name to it<br><br><br>ie<br><br>the first detail file will have something like this...<br><br>detail {<br><br>blah blah<br><br>
blah blah<br><br>}<br><br><br><br>change this to<br><br>detail detail1 {<br><br>blah blah<br><br>blah blah<br><br>}<br><br>and now make a second file (you can do it all in one file but I find<br>it neater to use seperate files for each function!)...eg called detail2 with the contents<br>
<br>detail detail2 {<br><br>blah blah<br><br>blah blah<br><br>}<br><br>now, in the configuration files...where it calls 'detail' change that to have<br>detail1 and detail2  (on 2 lines)<br><br>there. done<br><br>alan<br>
</div>
<div>
<div></div>
<div class="h5">-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br></div></div></blockquote></div><br>