<pre style="margin-top:0px;margin-bottom:0px;padding:0px;white-space:pre-wrap!important;font-size:12px;background-color:rgb(255,255,255)"><span style="font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;white-space:normal">Hello again, </span><br style="font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;white-space:normal">
<br style="font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;white-space:normal"><span style="font-family:'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;white-space:normal">Thanks for your help. So external script support is possible for only PAP? I wanted to authenticate windows 7 wireless interfaces via radius server cause of an old/non-supported sql db so i had to use my own external/customized php script.</span>
</pre><br><div class="gmail_quote">2012/9/20 Alan DeKok <span dir="ltr"><<a href="mailto:aland@deployingradius.com" target="_blank">aland@deployingradius.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">Taręk Kabak wrote:<br>
> we are trying to external php script to authenticate user pass.<br>
> radius return access-accept to nas but client ask user pass again ...<br>
<br>
</div>  Read scripts/exec-program-wait.<br>
<div class="im"><br>
> script;<br>
><br>
> <?php<br>
>   $user = getenv("USER_NAME");<br>
>   $password = getenv("USER_PASSWORD");<br>
><br>
><br>
> echo "Access-Accept\n";<br>
<br>
</div>  Huh?  Why is that there?<br>
<div class="im"><br>
> ?><br>
><br>
> exec module;<br>
><br>
> exec {<br>
>     wait = yes<br>
>     program = "/usr/local/bin/php-5.3 /etc/raddb/php.php %{User-Name}<br>
> %{User-Password}"<br>
<br>
</div>  So... you're putting the password on the command line, and also using<br>
getenv() to get it?<br>
<br>
  I would suggest clarifying how PHP works.<br>
<div class="im HOEnZb"><br>
>     input_pairs = request<br>
>     output_pairs = reply<br>
>     shell_escape = yes<br>
> }<br>
<br>
</div><span class="HOEnZb"><font color="#888888">  Alan DeKok.<br>
</font></span><div class="HOEnZb"><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></div></div></blockquote></div><br>