]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix example. Fixes #2087
authorAlan T. DeKok <aland@freeradius.org>
Fri, 6 Oct 2017 14:07:57 +0000 (10:07 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 6 Oct 2017 14:08:16 +0000 (10:08 -0400)
raddb/mods-available/cache

index 63f44b1c1bedf70e6fc7eb6e4120a18084408a41..8bd4730cf570fdfedc9c516dc6974eab39981600 100644 (file)
@@ -89,7 +89,7 @@ cache {
                # <list>:<attribute> <op> <value>
 
                # Cache all instances of Reply-Message in the reply list
-               &reply:Reply-Message += &reply:Reply-Message
+               &reply:Reply-Message += &reply:Reply-Message[*]
 
                # Add our own to show when the cache was last updated
                &reply:Reply-Message += "Cache last updated at %t"