Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > f305277f4b8a5016d43d485fa3c7f3de > files > 319

freeradius-3.0.22-1.mga7.armv7hl.rpm

# -*- text -*-
######################################################################
#
#	Sample virtual server for internally proxied requests.
#
#	See the "realm virtual.example.com" example in "proxy.conf".
#
#	$Id: 3c4aea7458cca50c9f43f33e6aebd5ca08180de7 $
#
######################################################################

#
#  You will want to edit this to your local needs.  We suggest copying
#  the text from the "default" file here, and then editing the text.
#  That way, any changes to the "default" file will not affect this
#  virtual server, and vice-versa.
#
#  When this virtual server receives the request, the original
#  attributes can be accessed as "outer.request", "outer.control", etc.
#  See "man unlang" for more details.
#
server virtual.example.com {
authorize {
	# insert policies here
}

authenticate {
	# insert policies here
}

# etc.
}