19 Sep
2012
19 Sep
'12
6:20 a.m.
On Wed, Sep 19, 2012 at 4:57 PM, Gregg Douglas <douglagm@gmail.com> wrote:
files { key = "%{lower:%{User-Name}}"
Wed Sep 19 11:18:59 2012 : Info: [files] WARNING: Unknown module "lower" in string expansion "%{lower:%{User-Name}}"
Peeking at raddb/policy.conf, it seems you should use "tolower" instead of "lower" instead.
Still does the same:
Wed Sep 19 11:54:04 2012 : Info: [files] WARNING: Unknown module "tolower" in string expansion "%{tolower:%{User-Name}}"
Hmm... upgrade? commit 05c0de0754abd569e560ab8ead5784f8658c740c Author: Alan T. DeKok <aland@freeradius.org> Date: Mon Sep 20 16:49:13 2010 +0200 Added tolower function I don't think 2.1.1 has that function. -- Fajar