21 Aug
2012
21 Aug
'12
9:16 a.m.
Franks Andy (RLZ) IT Systems Engineer wrote:
‘%{request:Client-Short-Name}’ didn’t seem to work – blank string.
Use: %{client:foo} This expands to the "foo" entry of the relevant "client" section: client stuff { ipaddr = 1.2.3.4 secret = hello foo = bar bad = good black = white } Note that *will* work! %{client:black} will return the string "white". Alan DeKok.