[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gnu-radius] Failure to relay Access-Challenge
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-gnu-radius] Failure to relay Access-Challenge |
Date: |
Thu, 22 Aug 2002 21:18:30 +0300 |
Hello Gayatri,
Thank you for complete and professional description of the problem.
The following simple patch should fix it:
*** orig/radiusd/radiusd.c Tue Mar 19 17:30:53 2002
--- radiusd/radiusd.c Thu Aug 22 21:15:18 2002
***************
*** 958,963 ****
--- 958,964 ----
case RT_AUTHENTICATION_ACK:
case RT_AUTHENTICATION_REJECT:
case RT_ACCOUNTING_RESPONSE:
+ case RT_ACCESS_CHALLENGE:
if (proxy_receive(radreq, activefd) < 0) {
radreq_free(radreq);
return 0;
Please inform me if it works for you.
Regards,
Sergey