]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update test Perl module.conf for new function mapping
authorNick Porter <nick@portercomputing.co.uk>
Wed, 23 Apr 2025 11:10:08 +0000 (12:10 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 23 Apr 2025 12:54:16 +0000 (13:54 +0100)
src/tests/modules/perl/module.conf

index 8e576a3450de11394b066a7ac58e4a88c3d5394a..78f0e6684f03a8d4ef091f93df1f8d1309ef5b4f 100644 (file)
@@ -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
 }