]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add hack to make test.authorize work again
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 30 Jun 2022 21:58:34 +0000 (16:58 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 30 Jun 2022 21:58:34 +0000 (16:58 -0500)
src/modules/rlm_test/rlm_test.c

index ec80560f153e972ab310c877b9c98d7df53cc936..d3d0be0f520d6675c132659c5cf5d3016cc92daf 100644 (file)
@@ -520,6 +520,8 @@ module_rlm_t rlm_test = {
                .thread_detach          = mod_thread_detach
        },
        .method_names = (module_method_name_t[]){
+               { .name1 = "authorize",         .name2 = CF_IDENT_ANY,          .method = mod_authorize },
+
                { .name1 = "recv",              .name2 = "accounting-request",  .method = mod_preacct },
                { .name1 = "recv",              .name2 = CF_IDENT_ANY,          .method = mod_authorize },
                { .name1 = "accounting",        .name2 = CF_IDENT_ANY,          .method = mod_accounting },