<br><br><div class="gmail_quote">On Thu, Oct 7, 2010 at 1:15 AM, Michael Collins <span dir="ltr">&lt;<a href="mailto:msc@freeswitch.org">msc@freeswitch.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
I&#39;m afraid no such comprehensive documentation exists. Submissions to our wiki are most welcomed. This is all we have at the moment:<br><br><a href="http://wiki.freeswitch.org/wiki/Mod_rad_auth" target="_blank">http://wiki.freeswitch.org/wiki/Mod_rad_auth</a><br>

<br>Be sure to install freeradius2 (server) and freeradius-client before trying to install mod_auth_rad.<br><br>-MC<br><br><div class="gmail_quote"><div><div></div><br></div></div></blockquote></div><br><br>correct, <br>
<br>Im the author of the module and im going to provide the documentation and how-to.<br><br><br>in brief, this module does radius auth (not accounting). It is based on freeradius-client library and as such this is the only dependency.<br>
<br>you can specify your own list of VSAs to be included in the packet along with the standard ones that are being used.<br><br><br>         name:       just a description<br>         value:      direct input or variable <br>
         pec:        vendor ID (0 for default, 9 for cisco...)<br>         expr:       1 for channel variable, 2 for direct input (string)<br>         direction:  in for radius-request, out for radius-response<br><br><br>
Im not going to describe it here... its better i do it on the wiki itself...<br><br><br><br><br>T.<br>