23 Jun
2015
23 Jun
'15
8:43 a.m.
On Jun 23, 2015, at 8:39 AM, Stefano Zanmarchi <zanmarchi@gmail.com> wrote:
The output logs in debug mode show the following warning: .. ++? if ("%{clients:shortname}" =~ /internal_radius_(.*)/i) WARNING: Unknown module "clients" in string expansion "%" ..
Does this mean that the 'if ("%{clients:shortname}"...' clause is not being evaluated? How can I solve the problem generating the warning?
Spell it correctly. Use "%{client:shortname}" Alan DeKok.