choose proxy based on AD

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Wed Sep 29 12:43:12 CEST 2010


Hi,

> if (User-Name =~ /^[A-z]+\\(.*)/) {


not sure of that syntax for regex - char matching is a little more fussy,
try this

if (User-Name =~ /^[a-z]+\\(.*)/i) {


alan



More information about the Freeradius-Users mailing list