Dear Freeradius experts, Is there any way to apply ttls to non-tunneled requests before proxying them? Thanks. Lorenzo -- View this message in context: http://freeradius.1045715.n5.nabble.com/Modify-request-before-proxying-tp513... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Hi,
Lorenzo wrote:
Is there any way to apply ttls to non-tunneled requests before proxying them?
you would have to proxy the request to a server which uses a client program to take that request and turn it into a new request.....so , for example, use rlm_perl to launch a PERL RADIUS request back through to the remote proxy.. then when that gets an ACCEPT, the PERL module would reply OK to the authentication request that originally came to it. very messy though! alan
On 09/01/12 13:22, Lorenzo wrote:
Dear Freeradius experts,
Is there any way to apply ttls to non-tunneled requests before proxying them?
It is very hard to understand what you mean. Let me take a guess - do you mean: "How can I send incoming PAP or MSCHAP requests out as EAP-TTLS?" If that's what you mean, the answer is you can't. If you mean something else, please explain what.
participants (4)
-
Alan Buxey -
Alan DeKok -
Lorenzo -
Phil Mayers