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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to