Re: Failure to relay Access-Challenge
Sergey Poznyakoff <[email protected]> Thu, 22 Aug 2002 21:18:30 +0300
| Newsgroups | gmane.comp.gnu.radius.bugs |
|---|---|
| Organization | Farlep-Internet |
| Message-ID | <[email protected]> |
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