⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 proxy-inner-tunnel

📁 使用最广泛的radius的linux的源码
💻
字号:
# -*- text -*-########################################################################	This is a virtual server that handles *only* inner tunnel#	requests for EAP-TTLS and PEAP types.##	$Id: proxy-inner-tunnel,v 1.3 2008/02/13 09:27:18 aland Exp $#######################################################################server proxy-inner-tunnel {##  This example is very simple.  All inner tunnel requests get#  proxied to another RADIUS server.#authorize {	#	#  Do other things here, as necessary.	#	#  e.g. run the "realms" module, to decide how to proxy	#  the inner tunnel request.	#	update control {		#  You should update this to be one of your realms.		Proxy-To-Realm := "example.com"	}}authenticate {	#	#  This is necessary so that the inner tunnel EAP-MSCHAPv2	#  method can be called.  That method takes care of turning	#  EAP-MSCHAPv2 into plain MS-CHAPv2, if necessary.	eap}post-proxy {	#	#  This is necessary for LEAP, or if you set:	#	#  proxy_tunneled_request_as_eap = no	#	eap}}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -