#
#	Configuration file for the rlm_attr_filter module.
#	Please see rlm_attr_filter(5) manpage for more information.
#
#	$Id: 169fe5c1d39635b039f3ad471dfd0888cd0ffbce $
#
#	This file contains security and configuration information
#	for each realm. The first field is the realm name and
#	can be up to 253 characters in length. This is followed (on
#	the next line) with the list of filter rules to be used to
#	decide what attributes and/or values we allow proxy servers
#	to pass to the NAS for this realm.
#
#	When a proxy-reply packet is received from a home server,
#	these attributes and values are tested. Only the first match
#	is used unless the "Fall-Through" variable is set to "Yes".
#	In that case the rules defined in the DEFAULT case are
#	processed as well.
#
#	A special realm named "DEFAULT" matches on all realm names.
#	You can have only one DEFAULT entry. All entries are processed
#	in the order they appear in this file. The first entry that
#	matches the login-request will stop processing unless you use
#	the Fall-Through variable.
#
#	Indented (with the tab character) lines following the first
#	line indicate the filter rules.
#
#	You can include another `attrs' file with `$INCLUDE attrs.other'
#

DEFAULT
	User-Name =* ANY,
	State =* ANY,
	Class =* ANY,
	Framed-IP-Address =* ANY,
	Session-Timeout =* ANY,
	Acct-Interim-Interval =* ANY,
	VasExperts-Policing-Profile =* ANY,
	VasExperts-Multi-IP-User =* ANY,
	VasExperts-Service-Profile =* ANY,
	VasExperts-Enable-Service =* ANY
