mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
This simplifies the test and makes it runnable in our CI. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
21 lines
619 B
Plaintext
21 lines
619 B
Plaintext
#
|
|
# Configuration file for the rlm_attr_filter module.
|
|
# Please see rlm_attr_filter(5) manpage for more information.
|
|
#
|
|
# $Id: afd89473dc50e4ff62389e35e5cb73b512e9d352 $
|
|
#
|
|
# This configuration file is used to remove almost all of the attributes
|
|
# From an Access-Reject message. The RFCs 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,
|
|
Error-Cause =* ANY,
|
|
Reply-Message =* ANY,
|
|
MS-CHAP-Error =* ANY,
|
|
Proxy-State =* ANY,
|
|
FreeRADIUS-Response-Delay =* ANY,
|
|
FreeRADIUS-Response-Delay-USec =* ANY
|