#
#	Configuration file for the rlm_attr_filter module.
#	Please see rlm_attr_filter(5) manpage for more information.
#
#	$Id: 36d84e86906da2b102b81f4b8435bd49947a2d4d $
#
#	This file contains security and configuration information
#	for each realm. It can be used be an rlm_attr_filter module
#	instance to filter attributes before sending packets to the
#	home server of a realm.
#
#	When a packet is sent to 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.
#
#	The first line indicates the realm to which the rules apply.
#	Indented (with the tab character) lines following the first
#	line indicate the filter rules.
#

beelinerouter
	User-Name := "%{Stripped-User-Name}@%{config:vase_to_nokia.nokia_realm}",
	NAS-Identifier := "%{config:vase_to_nokia.nas_identifier}",
	NAS-Port-Type := "%{config:vase_to_nokia.nas_port_type}",
	NAS-Port-Id := "%{config:vase_to_nokia.nas_port_id}",
	Alc-Client-Hardware-Addr := "%{Calling-Station-Id}",
	Alc-DHCP-Vendor-Class-Id := "%{config:vase_to_nokia.nokia_realm}",
	Fall-Through = Yes

beelinerouter-iptv
	User-Name := "%{Stripped-User-Name}@%{config:vase_to_nokia.nokia_iptv_realm}",
	NAS-Identifier := "%{config:vase_to_nokia.nas_identifier}",
	NAS-Port-Type := "%{config:vase_to_nokia.nas_port_type}",
	NAS-Port-Id := "%{config:vase_to_nokia.nas_port_id}",
	Alc-Client-Hardware-Addr := "%{Calling-Station-Id}",
	Alc-DHCP-Vendor-Class-Id := "%{config:vase_to_nokia.nokia_iptv_realm}",
	Fall-Through = Yes

# The rest of this file contains the DEFAULT entry.
# DEFAULT matches with all realm names.

DEFAULT
#	User-Name =* ANY,
	User-Password =* ANY,
	CHAP-Password =* ANY,
	CHAP-Challenge =* ANY,
	MS-CHAP-Challenge =* ANY,
	MS-CHAP-Response =* ANY,
	EAP-Message =* ANY,
	Message-Authenticator =* ANY,
	State =* ANY,
	NAS-IP-Address =* ANY,
	NAS-Identifier =* ANY,
	Operator-Name =* ANY,
	Calling-Station-Id =* ANY,
	Called-Station-Id =* ANY,
	Operator-Name =* ANY,
	Chargeable-User-Identity =* ANY,
	Proxy-State =* ANY,
	Acct-Status-Type =* ANY,
	Acct-Session-Id =* ANY,
	Acct-Session-Time =* ANY,
	Acct-Terminate-Cause =* ANY,
	Event-Timestamp =* ANY,
	Acct-Input-Octets =* ANY,
	Acct-Output-Octets =* ANY,
	Acct-Input-Packets =* ANY,
	Acct-Output-Packets =* ANY,
	Acct-Input-Gigawords =* ANY,
	Acct-Output-Gigawords =* ANY,
	Alc-Subsc-ID-Str =* ANY,
	Alc-Subsc-Prof-Str =* ANY,
	Alc-SLA-Prof-Str =* ANY,
	Alc-Acct-I-statmode =* ANY,
	Alc-Acct-O-statmode =* ANY,
	Alc-Acct-I-All-Octets_64 =* ANY,
	Alc-Acct-I-All-Packets_64 =* ANY,
	Alc-Acct-O-All-Octets_64 =* ANY,
	Alc-Acct-O-All-Packets_64 =* ANY
