summaryrefslogtreecommitdiffstats
path: root/src/tests/keywords/with_dots
blob: 4fc6b06fb56fe21b2d99a1067325dc36e32bd5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
#  PRE: update
#

#
#  Ensure that policies can have dots.
#
#  The main problem is that conf section references
#  also have dots in them...
#
with.dots

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

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