]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
more move functions to new syntax
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Nov 2023 15:53:13 +0000 (10:53 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Nov 2023 15:53:13 +0000 (10:53 -0500)
src/tests/modules/ldap/module.conf

index cbb297b2681b1ac63c3690914514f82a9679f1a0..6fa1028d96155b1ea8a3011d3de423c552189ad9 100644 (file)
@@ -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 {