--- /dev/null
+#
+# Input packet
+#
+Packet-Type = Access-Request
+User-Name = "any"
+User-Password = "ofcourse"
+
+#
+# Expected answer
+#
+Packet-Type == Access-Accept
+Reply-Message == 'success-any'
--- /dev/null
+# Add multiple instances of Realm to the control list
+# The data should match on the second.
+&control += {
+ &Realm = 'one'
+ &Realm = 'two'
+ &Realm = 'three'
+}
+
+files
undo
Framed-IP-Address := "this is not an IP address"
+#
+# Test where additional checks uses the [*] filter
+#
+any Realm[*] == "two", Password.Cleartext := "ofcourse"
+ Reply-Message := "success-any"
$INCLUDE cmp