On Mon, Feb 13, 2012 at 4:44 PM, Miha Zoubek <m...@softnet.si> wrote:
> Hi,
>
> I have one problem:
>
>
> if (%{NAS-IP-Address} != "xxx.xxx.xxx.xxx"){


>  Module: Checking post-auth {...} for more modules to load
> Bare %{...} is invalid in condition at: %{NAS-IP-Address} !=
> "xxx.xxx.xx.xxx")


The message should be quite obvious. Try adding quotes:

if ("%{NAS-IP-Address}" != "xxx.xxx.xxx.xxx"){

-- 
Fajar

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

Reply via email to