<br><span style="font-weight: bold;">Hi everybody!</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">My first question was the following:</span><br><br><div>><span style="font-style: italic;">
I would like to know if there is an option to specify
the proxy not deleting the VSA located in the access-reject response of
the server >when the proxy send the access-reject to the client?(keep
the VSA)</span></div>

<div style="font-style: italic;"> </div>
<div style="font-style: italic;">>Clearer, currently, my Radius server send to the proxy an
access-reject with VSA and when the proxy receive these packet, it send
the >same packet to the client so an access-reject packet but with no
VSA (it seem to delete them).
</div>
<div style="font-style: italic;"> </div>
<div style="font-style: italic;">>So currently, i have:</div>
<div style="font-style: italic;"><strong><span style="font-weight: bold;">></span>Server Radius</strong>>>><em>packet access-reject with VSA</em>>>>><strong>Proxy Radius</strong>>>><em>packet access-reject without VSA>>>>>>
</em><strong>Client Radius
</strong><br><br> </div>
<div style="font-style: italic;"> </div>
<div style="font-style: italic;">>So what i would like is:</div>
<div style="font-style: italic;"> </div>
<div style="font-style: italic;"><strong><span style="font-weight: bold;">></span>Server Radius</strong>>>><em>packet access-reject with VSA</em>>>>><strong>Proxy Radius</strong>>>><em>packet access-reject with VSA>>>>>>
</em><strong>Client Radius
</strong></div>
<p style="font-style: italic;"><strong></strong> </p>
<p style="font-style: italic;">>Thank you in advance</p><br><p><br></p><span style="font-weight: bold;">So after that we told me to modify the function rfc_clean in the source code util.c.</span><br style="font-weight: bold;">
<span style="font-weight: bold;">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:</span><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>Could you please tell me what is wrong? have i to add something else in this procedure?Is there another file to modify?
</span><br style="font-weight: bold;"><br style="font-weight: bold;"><span style="font-weight: bold;">
Thanks in advance for your answer!</span><br><p><br></p><br><p><br></p><p><br></p><br>