From: Alan T. DeKok Date: Fri, 17 Nov 2023 15:53:13 +0000 (-0500) Subject: more move functions to new syntax X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ed5828624a5106da582b11cf55b5a40ccfa220e;p=thirdparty%2Ffreeradius-server.git more move functions to new syntax --- diff --git a/src/tests/modules/ldap/module.conf b/src/tests/modules/ldap/module.conf index cbb297b2681..6fa1028d961 100644 --- a/src/tests/modules/ldap/module.conf +++ b/src/tests/modules/ldap/module.conf @@ -299,7 +299,7 @@ ldap { # attribute, all instances of the attribute will be removed and # replaced with a single attribute. accounting { - reference = "%{tolower:type.%{Acct-Status-Type}}" + reference = "%tolower(type.%{Acct-Status-Type})" type { start { @@ -535,7 +535,7 @@ ldap ldapssl { } accounting { - reference = "%{tolower:type.%{Acct-Status-Type}}" + reference = "%tolower(type.%{Acct-Status-Type})" type { start { update { @@ -653,7 +653,7 @@ ldap ldaptls { } accounting { - reference = "%{tolower:type.%{Acct-Status-Type}}" + reference = "%tolower(type.%{Acct-Status-Type})" type { start { update {