From: Alan T. DeKok Date: Fri, 1 Sep 2023 17:08:33 +0000 (-0400) Subject: we don't test the detail module here X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37822b215ef94bfd33424a5f6a61fc36b21c450c;p=thirdparty%2Ffreeradius-server.git we don't test the detail module here --- diff --git a/src/tests/radclient/config/radiusd.conf b/src/tests/radclient/config/radiusd.conf index 4daf7f6866b..69418502a66 100644 --- a/src/tests/radclient/config/radiusd.conf +++ b/src/tests/radclient/config/radiusd.conf @@ -44,13 +44,6 @@ client localhost { } modules { - detail { - filename = ${radacctdir}/%{%{Packet-Src-IP-Address}:-%{Packet-Src-IPv6-Address}}/detail-%Y%m%d - escape_filenames = no - permissions = 0600 - header = "%t" - } - always reject { rcode = reject } @@ -88,12 +81,6 @@ modules { server test { namespace = radius -# listen { -# type = detail -# filename = ${radacctdir}/detail -# load_factor = 10 -# } - listen { type = Access-Request type = Accounting-Request @@ -135,10 +122,6 @@ server test { } recv Accounting-Request { - if (&Packet-Src-IP-Address != 255.255.255.255) { - detail - } - ok }