11 Dec
2012
11 Dec
'12
3:34 a.m.
On 11 December 2012 03:14, Mike Diggins <mike.diggins@mcmaster.ca> wrote:
ok, both the default and inner-tunnel, I assume?
default only - you don't want to proxy the inner bit - if the inner realm doesn't match blank or <yours>, you need to reject.
I added the section to "authorize", but the DEBUG output indicates the regular expression is rejecting a valid user. Is there someone that could confirm the RE?
if (User-Name =~ /^([^@]*)@([-A-Z0-9]+(\\.[-A-Z0-9]+)+)$/) { ...
add the case-insensitive flag i.e. end the line with $/i) { instead of your current: $/) { Kind regards, James -- James J J Hooper Senior Network Specialist, University of Bristol http://www.wireless.bristol.ac.uk --