From: Nick Porter Date: Wed, 23 Apr 2025 11:10:08 +0000 (+0100) Subject: Update test Perl module.conf for new function mapping X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ef13d4e953fab2442425b33cb9e1cc60286d9ae;p=thirdparty%2Ffreeradius-server.git Update test Perl module.conf for new function mapping --- diff --git a/src/tests/modules/perl/module.conf b/src/tests/modules/perl/module.conf index 8e576a3450d..78f0e6684f0 100644 --- a/src/tests/modules/perl/module.conf +++ b/src/tests/modules/perl/module.conf @@ -3,16 +3,7 @@ perl { perl_flags = "-T" -# func_authenticate = authenticate - func_authorize = authorize -# func_preacct = preacct -# func_accounting = accounting -# func_pre_proxy = pre_proxy -# func_post_proxy = post_proxy -# func_post_auth = post_auth -# func_recv_coa = recv_coa -# func_send_coa = send_coa -# func_xlat = xlat + func_recv_access_request = authorize # func_detach = detach replace { @@ -33,5 +24,4 @@ client { perl perl_xlat { filename = $ENV{MODULE_TEST_DIR}/xlat.pl - func_xlat = xlat }