summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/virtual-exists
blob: 7a8e8f30f043e14a7c79e8a4fb17ea60201d320f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#  PRE: update if
#
update control {
       Cleartext-Password := 'hello'
}

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