mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
This simplifies the test and makes it runnable in our CI. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
#
|
|
# Configuration file for the rlm_attr_filter module.
|
|
# Please see rlm_attr_filter(5) manpage for more information.
|
|
#
|
|
# $Id: 01e9c6f5bda7a138f45da5010c624d92b6d398a0 $
|
|
#
|
|
# This configuration file is used to remove almost all of the attributes
|
|
# From an Accounting-Response message. The RFC's say that an
|
|
# Accounting-Response packet can contain only a few attributes.
|
|
# We enforce that here.
|
|
#
|
|
DEFAULT
|
|
Vendor-Specific =* ANY,
|
|
Message-Authenticator =* ANY,
|
|
Error-Cause =* ANY,
|
|
Proxy-State =* ANY
|