From: Nick Porter Date: Wed, 5 Mar 2025 11:32:09 +0000 (+0000) Subject: rlm_perl does support nested attributes now X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690c8992af9fa8363f3c3d6b68f8be409ee7238a;p=thirdparty%2Ffreeradius-server.git rlm_perl does support nested attributes now --- diff --git a/doc/antora/modules/reference/pages/raddb/mods-available/perl.adoc b/doc/antora/modules/reference/pages/raddb/mods-available/perl.adoc index 74834afea0..0f41a7436b 100644 --- a/doc/antora/modules/reference/pages/raddb/mods-available/perl.adoc +++ b/doc/antora/modules/reference/pages/raddb/mods-available/perl.adoc @@ -14,10 +14,6 @@ NOTE: Uncomment any `func_*` configuration items below which are included in your module. If the module is called for a section which does not have a function defined, it will return `noop`. -WARNING: The Perl module does _not_ as yet support nested attributes, -or even flat attributes which have parents. e.g. Vendor-Specific.Cisco.AVPair. -We hope to fix that soon. - ## Configuration Settings diff --git a/raddb/mods-available/perl b/raddb/mods-available/perl index 3de138dfbd..d062702a40 100644 --- a/raddb/mods-available/perl +++ b/raddb/mods-available/perl @@ -17,10 +17,6 @@ # included in your module. If the module is called for a section which # does not have a function defined, it will return `noop`. # -# WARNING: The Perl module does _not_ as yet support nested attributes, -# or even flat attributes which have parents. e.g. Vendor-Specific.Cisco.AVPair. -# We hope to fix that soon. -# # # ## Configuration Settings