update control {
       Cleartext-Password := 'hello'
}

update reply {
       Filter-Id := "filter"
}

if (User-Name == "bob") {
	break			# ERROR
}
