Post-Proxy-Type Reject handling
Phil Mayers
p.mayers at imperial.ac.uk
Fri Nov 1 18:08:11 CET 2013
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
More information about the Freeradius-Users
mailing list