]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
The RADIUS module can only use RADIUS attributes for status-server
authorAlan T. DeKok <aland@freeradius.org>
Tue, 4 Apr 2023 19:15:49 +0000 (15:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 4 Apr 2023 19:16:31 +0000 (15:16 -0400)
src/modules/rlm_radius/rlm_radius.c

index e1801a2dfda7e6321eb8774f779ad2770e879343..1cc45f7200bada305708434f3d1deb5f943ed8e2 100644 (file)
@@ -310,7 +310,7 @@ static int status_check_update_parse(TALLOC_CTX *ctx, void *out, UNUSED void *pa
        {
                tmpl_rules_t    parse_rules = {
                        .attr = {
-                               .allow_foreign = true   /* Because we don't know where we'll be called */
+                               .dict_def = dict_radius,
                        }
                };