1 Nov
2013
1 Nov
'13
1:08 p.m.
On 01/11/13 15:26, Phil Mayers wrote:
...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?
So, possible solutions are: 1. Define "Post-Proxy-Type = Reject" in the config and replicate your policies there: post-proxy { pol1 pol2 Post-Proxy-Type Reject { pol1 pol2 } } 2. Define the attribute in the dictionaries, and hopefully FreeRADIUS will just process the normal post-proxy section e.g. at the end of raddb/dictionary: VALUE Post-Proxy-Type Reject 999 3. Apply patch at the URL above