]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Add &
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 03:26:47 +0000 (20:26 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 25 Jan 2018 19:12:27 +0000 (12:12 -0700)
src/tests/keywords/pairs

index 0b9a4ccf637fb036cfdaf5515fa43f522abf8265..3cbdf3f5ae2a6aa91e86f64fc5bef287a84fe16b 100644 (file)
@@ -2,12 +2,12 @@
 # PRE: update if
 #
 update {
-       control:Cleartext-Password := 'hello'
-       request:Tmp-String-0 := "This is a string"
-       request:Tmp-String-0 += "This is another one"
-       request:Tmp-Octets-0 := 0x000504030201
-       request:Tmp-Integer-0 := 7331
-       request:Tunnel-Private-Group-Id:5 = 127.0.0.1
+       &control:Cleartext-Password := 'hello'
+       &request:Tmp-String-0 := "This is a string"
+       &request:Tmp-String-0 += "This is another one"
+       &request:Tmp-Octets-0 := 0x000504030201
+       &request:Tmp-Integer-0 := 7331
+       &request:Tunnel-Private-Group-Id:5 = 127.0.0.1
 }
 
 if ("%{pairs:request:[*]}" != "User-Name = \"bob\", User-Password = \"hello\", Tmp-String-0 = \"This is a string\", Tmp-String-0 = \"This is another one\", Tmp-Octets-0 = 0x000504030201, Tmp-Integer-0 = 7331, Tunnel-Private-Group-Id:5 = \"127.0.0.1\"") {