]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
rlm_perl does support nested attributes now
authorNick Porter <nick@portercomputing.co.uk>
Wed, 5 Mar 2025 11:32:09 +0000 (11:32 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 5 Mar 2025 11:32:09 +0000 (11:32 +0000)
doc/antora/modules/reference/pages/raddb/mods-available/perl.adoc
raddb/mods-available/perl

index 74834afea01643842ed473a0a94ae7d1eb24c719..0f41a7436b8b9af0ba6aab870f87c9c31a187c48 100644 (file)
@@ -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
index 3de138dfbdd2f7542e561e37027008d6b143ae21..d062702a40adad0ca35e10f6910a4796b4bf1a62 100644 (file)
 #  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