Hi all!<br><br>I am using a script for the authentication and it is working well. I can send a list of attributes without any problem.<br>Now I want to send an "Access-Reject" if the authentication fails but I do not know how...I would be very grateful if someone could tell me how to do so.
<br>herein is a test script:<br><br>#!/usr/bin/php<br><?php<br>$argv = $_SERVER['argv'];<br>if ( $argv[1] == "toto")<br>     <span id="st" name="st" class="st">echo</span> "<span id="st" name="st" class="st">
Session</span>-<span id="st" name="st" class="st">Timeout</span>:=<span id="st" name="st" class="st">100</span>";<br>else<br>     <span id="st" name="st" class="st">echo</span> "<span id="st" name="st" class="st">
Access-Reject</span>";  //NOT WORKING!!!!!!<br>?><br><br>Thanks a lot for your assistance<br>Khalid :)<br>