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

Reply via email to