]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
move virtual module to "modules" section
authorAlan T. DeKok <aland@freeradius.org>
Wed, 3 Nov 2021 16:35:33 +0000 (12:35 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Nov 2021 14:56:58 +0000 (10:56 -0400)
src/tests/keywords/radius.conf

index bedb48128f6dc038e3d18d33803da336f3dfb14e..65dffb3911b21284c2ef49c063342fa99a5369bc 100644 (file)
@@ -68,6 +68,14 @@ modules {
        always template_test {
 $TEMPLATE template_test
        }
+
+       #
+       #  Just check that this can be referred to as "virtual_instantiate.post-auth"
+       #
+       load-balance virtual_instantiate {
+               ok
+               ok
+       }
 }
 
 policy {
@@ -92,16 +100,6 @@ $INCLUDE policy.conf
 
 }
 
-instantiate {
-       #
-       #  Just check that this can be referred to as "virtual_instantiate.post-auth"
-       #
-       load-balance virtual_instantiate {
-               ok
-               ok
-       }
-}
-
 #
 #  Virtual server for the RADIUS protocol.
 #