forked from infra/ansible
18 lines
524 B
Plaintext
18 lines
524 B
Plaintext
|
#
|
||
|
# Configuration file for the rlm_attr_filter module.
|
||
|
# Please see rlm_attr_filter(5) manpage for more information.
|
||
|
#
|
||
|
# $Id: e263d504cfdc5cf5db00fa6aacf2bd148a7623fc $
|
||
|
#
|
||
|
# This configuration file is used to remove almost all of the attributes
|
||
|
# From an Access-Reject message. The RFC's say that an Access-Reject
|
||
|
# packet can contain only a few attributes. We enforce that here.
|
||
|
#
|
||
|
DEFAULT
|
||
|
EAP-Message =* ANY,
|
||
|
State =* ANY,
|
||
|
Message-Authenticator =* ANY,
|
||
|
Reply-Message =* ANY,
|
||
|
MS-CHAP-Error =* ANY,
|
||
|
Proxy-State =* ANY
|