Thanks a lot for your answer!<br><br>So i've edited the function  rfc_clean() in the source code (src/main/util.c)  by adding the following line (in bold) but it doesn't work (the client don't receive the VSA:<br><br>case PW_AUTHENTICATION_REJECT:
<br>        pairmove2(&vps, &(packet->vps), PW_EAP_MESSAGE);<br>        pairmove2(&vps, &(packet->vps), PW_MESSAGE_AUTHENTICATOR);<br>        pairmove2(&vps, &(packet->vps), PW_REPLY_MESSAGE);
<br>        <span style="font-weight: bold;">pairmove2(&vps, &(packet->vps), PW_VENDOR_SPECIFIC);<br><br><br></span>Could you please tell me what is wrong? have i to add something else in this procedure?<br><br>
Thanks in advance for your answer!<br><span style="font-weight: bold;"></span><br><div><span class="gmail_quote">On 7/5/06, <b class="gmail_sendername">Nicolas Baradakis</b> <<a href="mailto:nbk@sitadelle.com">nbk@sitadelle.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Laurent LOINGEVILLE wrote:<br><br>> I receive an access-reject from the radius server (this packet has VSA)
<br><br>This packet isn't RFC-compliant.<br><br>> What can i do to indicate the proxy not deleting the VSA when it receive an<br>> access-reject from the server?<br><br>Edit the function rfc_clean() in the source code. (src/main/util.c)
<br><br>--<br>Nicolas Baradakis<br><br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/devel.html">http://www.freeradius.org/list/devel.html</a><br></blockquote></div><br>