1#
2#  PRE: cmp
3#
4update control {
5       Cleartext-Password := 'hello'
6}
7
8update request {
9	Tmp-String-0 := "this\000is\000a\000string"
10}
11
12#
13#  %{string:...} is explicitly not binary safe
14#
15if ("%{string:Tmp-String-0}" == "this") {
16	update reply {
17		Filter-Id := "filter"
18	}
19}
20