Hello!
I see how I can receive additional parameters from Radius server via AVPs. But I wonder if it's possible to send additional parameters (headers) to Radius server in requests?
For example I want to pass to Radius server P-Asserted header, in case that I need validate it?
--
Best Regards,
Alex Massover
VoIP Development Manager
Jajah Inc.
Alex Massover writes:
For example I want to pass to Radius server P-Asserted header, in case that I need validate it?
currently radius authentication functions do not allow passing extra headers. you can pass P-Asserted uri user instead of from uri user to radius_proxy_authorize in its second parameter.
-- juha
Juha Heinanen wrote:
Alex Massover writes:
For example I want to pass to Radius server P-Asserted header, in case that I need validate it?
currently radius authentication functions do not allow passing extra headers. you can pass P-Asserted uri user instead of from uri user to radius_proxy_authorize in its second parameter.
Sorry for my late reply
Some times ago the following patch was prepared http://sourceforge.net/tracker/index.php?func=detail&aid=1745026&gro...
we successfully using this patch in our production 1.2.0 and 1.2.1 systems about one year
If this really useful for somebody I can prepare this patch for 1.3.1 release.
-- CU, Victor Gamov