On Wed, Aug 1, 2012 at 6:17 PM, Kaya Saman <[email protected]> wrote:
> Upon putting your suggestion in I get:
>
> Bare %{...} is invalid in condition at: %{User-Name})
> ....../default[62]: Errors parsing authorize section.
>
> The actual statement looks like so now with the above error in-place:
>
> if (%{User-Name}) {

Try

if ("%{User-Name}") {


... though I'm not sure why an update block by itself (without "if")
didn't work. AFAIK it should.

-- 
Fajar
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to