1 Oct
2018
1 Oct
'18
11:48 a.m.
On Oct 1, 2018, at 10:38 AM, J E H A N Z A I B <jehanzaib.kiani@gmail.com> wrote:
Thank you for your help. just to be clear so in my perl script i will set something $ RAD_REQUEST_PROXY {'Proxy-To-Realm '} = " freeradius-2.test.com";
No. You set it in the request list. Not the proxy list. The documentation describes in detail what the various lists are fro,
Does this also means i have to define this realm in the proxy.conf? like realm freeradius-2.test.com { authhost = freeradius-2.test.com:1600 accthost = freeradius-2.test.com:1601 secret = testing123 }
Yes.
Is there anyway i can just set these paramters dynamically in my perl script please?
No. Alan DeKok.