Post-Proxy-Type Reject handling

Phil Mayers p.mayers at imperial.ac.uk
Fri Nov 1 16:26:32 CET 2013


On 01/11/13 14:10, Julius Plenz wrote:
> Hi,
>
> I'm a little bit confused by the change introduced in commit
> 4b9d325515 ("Set Post-Proxy-Type Reject if the request was rejected by
> the proxy server") from 19 Dec 2012.

Confirmed; problematic line seems to be here:

https://github.com/FreeRADIUS/freeradius-server/blob/4b9d3255/src/main/event.c#L1732

...as there are no values defined for Post-Proxy-Type, so the function 
early-returns.

Simple fix is:

https://github.com/philmayers/freeradius-server/commit/8fb57474fb70c

...or modify the dictionaries I guess?


More information about the Freeradius-Users mailing list