#  -*- text -*-
######################################################################
#
#  WARNING: This configuration file has not been updated for v4,
#            and therefore WILL NOT WORK.  Please do not use it.
#
#	This is a virtual server that handles *only* inner tunnel
#	requests for EAP-TTLS and PEAP types.
#
#	$Id: 92f01fe7f1f099b7efe3852df77e36f6805158bc $
#
######################################################################

server proxy-inner-tunnel {

#
#  This example is very simple.  All inner tunnel requests get
#  proxied to another RADIUS server.
#
recv Access-Request {
	#
	#  Do other things here, as necessary.
	#
	#  e.g. run the "realms" module, to decide how to proxy
	#  the inner tunnel request.
	#

	#  You should update this to be one of your realms.
	&control.Proxy-To-Realm := "example.com"
}

authenticate eap {
	#
	#  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 {
}
}
