[RADIATOR] Handler to always auth
Jim Tyrrell
jim at scusting.com
Thu Aug 27 09:49:32 CDT 2009
Hi,
Whats the correct way to authenticate any incoming request with an
accept? I have a handler that needs to accept any request and reply
with multiple Tunnel-Server-Endpoint's. At the moment I have done this
using the "AuthBy TEST" below, but I'm sure I read of another way this
should be done but cant find it.
# Auth any request and specify IP for L2TP termination
<Handler Client-Identifier = bob>
<AuthBy TEST>
AddToReply
Tunnel-Type="1:L2TP",Tunnel-Medium-Type="1:IP",Tunnel-Server-Endpoint="1:10.0.1.101",
Tunnel-Password="1:letmein1",Tunnel-Preference="1:1",Tunnel-Type="2:L2TP",Tunnel-Medium-Type="2:IP",
Tunnel-Server-Endpoint="2:10.0.1.102",Tunnel-Password="2:letmein2",Tunnel-Preference="2:1"
NoDefault
</AuthBy>
</Handler>
Also, is there a limit to the number of tagged Tunnel attributes you can
return? I cant see a mention of a limitation in the RFC?
Thanks.
Jim.
More information about the radiator
mailing list