Hello Phil,<br>thanks for your fast an helpfull Reply!<br><br>I added the following Line in the dicontairy Configuration File ( I use the dictonairy.cisco.asa ):<br><br>ATTRIBUTE Webpage 4001 string<br>
<br>Now I checked the Return Value of pairmake like this: <br><br> VALUE_PAIR *rep;<br> rep = pairmake("WebPage","<a href="http://www.google.de/" target="_blank">www.google.de</a>",T_OP_EQ);<br> if(rep == NULL)<br>
{<br>
printf("<div id=":dh">Errorrrrrrrrrrrrrrrrrrrrrrrr\n\n\n\n");<br> exit(1);<br> }<br><br><br>And if I "make" && "make install" and run my radius it exited, so i see that the Value will not be created!<br>
Is it possible to get Error Messages, to see why i fails to make a pair ?<br>And
could you please help me to explain the last value (T_OP_EQ) of the
pairmake function. I don't really understand which function this value
has ?</div>