From: Arran Cudbard-Bell Date: Thu, 25 Jan 2018 03:26:47 +0000 (-0700) Subject: Add & X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43f243c7bb3656ae85588eb0d0259ca7d56cb28;p=thirdparty%2Ffreeradius-server.git Add & --- diff --git a/src/tests/keywords/pairs b/src/tests/keywords/pairs index 0b9a4ccf637..3cbdf3f5ae2 100644 --- a/src/tests/keywords/pairs +++ b/src/tests/keywords/pairs @@ -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\"") {