]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Set copy_on_update for redis_ippool tests
authorNick Porter <nick@portercomputing.co.uk>
Tue, 9 Jan 2024 17:11:22 +0000 (17:11 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 9 Jan 2024 17:11:22 +0000 (17:11 +0000)
Works fine with tests now - and should be tested as it's the module
default.

src/tests/modules/redis_ippool/module.conf

index abfa9cac3ac625f874045742ed6fc176e878b453..61096783405cf968268acd0667437607c9c5bb39 100644 (file)
@@ -20,8 +20,7 @@ redis_ippool {
        range_attr = &reply.IP-Pool.Range
        expiry_attr = &reply.Session-Timeout
 
-       # This messes with the tests if enabled
-       copy_on_update = no
+       copy_on_update = yes
 
        redis {
                #  Host where the redis server is located.