Thanks a lot for your answer!

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:

case PW_AUTHENTICATION_REJECT:
        pairmove2(&vps, &(packet->vps), PW_EAP_MESSAGE);
        pairmove2(&vps, &(packet->vps), PW_MESSAGE_AUTHENTICATOR);
        pairmove2(&vps, &(packet->vps), PW_REPLY_MESSAGE);
        pairmove2(&vps, &(packet->vps), PW_VENDOR_SPECIFIC);


Could you please tell me what is wrong? have i to add something else in this procedure?

Thanks in advance for your answer!

On 7/5/06, Nicolas Baradakis <nbk@sitadelle.com > wrote:
Laurent LOINGEVILLE wrote:

> I receive an access-reject from the radius server (this packet has VSA)

This packet isn't RFC-compliant.

> What can i do to indicate the proxy not deleting the VSA when it receive an
> access-reject from the server?

Edit the function rfc_clean() in the source code. (src/main/util.c)

--
Nicolas Baradakis

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html