1 Nov
2013
1 Nov
'13
11:26 a.m.
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... ...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?