Hi,

> Everything works perfect except the conditional checking for
> Client-Shortname. I tried using:
> 
> *if (Client-Shortname =~ /^localhost/) {*

thats wrong

> It didn't work saying Client-Shortname as unknown attribute.
> 
> Again I tried using:
> 
> * if ("%{client: shortname}" =~ /^localhost/) {*

thats wrong too - why have you put a space in it? 


%{client:shortname}


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

Reply via email to