Re: username@realm append to realm\username

2011-12-15 Thread Alan Buxey
Hi, +- entering group MS-CHAP {...} [mschap] Told to do MS-CHAPv2 for [2]u...@example.com.au with NT-Password [mschap] � � � �expand: --username=%{mschap:User-Name} - --username=[3]u...@example.com.au [mschap] No NT-Domain was found in the User-Name. [mschap] � � �

Re: username@realm append to realm\username

2011-12-15 Thread Vikash Gounder
Hi Alan, thanks for a quick response, would this how it is suppose to be done: if (User-Name =~ /^(.*)@(.*)/) { update request { NT-Domain := staff } } else { mschap } Thanks in advance Cheers Vikash On