#
#  PRE: update if
#
update control {
       Cleartext-Password := 'hello'
}

if (&Client-Shortname) {
	update reply {
		Filter-Id := "filter"
	}
}
