hi,<br>    I've been asking for the same questions from the past few days about using my customized table schema and executing stored procedures in Ms Sql 2000 with free radius server 2.0, but I didn't find the exact solution till now. I've tried all the alternatives that is replied in the Maling list by Ivan Kalik, Alan Dekok and some other guys, unfortunately my requirements doesn't  match their replies.  I am stating the problem here, I appreciate any kind of advice.<br>
<br>1. Using my customized table of my own in Ms Sql 2000 rather than the default (ie radcheck) with free radius 2 through Perl script.<br>2. Executing stored procedures of Ms Sql 2000 through Perl script.<br><br>I've put "perl" in the authorization section in the sites-enabled/default directory<br>
I've put Auth-Type perl <br>                         {<br>                               perl<br>                          } <br> in the authenticate section<br>And I've put a section of perl module in the modules section in the radiusd.conf,<br>
<br>the radiusd -X works fine and reads all the perl module while running the radius in debugging mode, My confusion is that how do I fetch the username and the password from my own customized table which contains only username and password and authenticate through perl script. Secondly how do I execute the stored procedures written in Ms Sql 2000 through perl script.<br>
<br><br>Thanks and Regards<br>Elangbam Johnson<br><br>