Authorization with Active Directory

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Thu Jan 26 22:46:13 CET 2012


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



More information about the Freeradius-Users mailing list