On 26 Aug 2011, at 11:16, Barry Murphy wrote:

> Hey guys,
> 
> We're an ISP providing ADSL services ourselves and on behalf of our 
> wholesalers. I have a bunch of realms that are LOCAL and proxied which work 
> with no issues. I'm trying to add realms of competitors to our radius so when 
> customers are migrated from our competitors to our network they get 
> authenticated and I drop them into a VRF displaying to them they need to 
> change their login details. I've already got the VRF working, the forwarder 
> page etc, I just can't seem to get users to authenticate with a wildcard 
> *@dsl.competitor.co.nz
> 
> I have tried the following varies in users fileā€¦
> 
> DEFAULT               User-Name =~ "~*\\.xnet\\.co\\.nz$" 
> 

Surely you want 

User-Name =~ ".*\\.xnet\\.co\\.nz$" ?

Arran Cudbard-Bell
a.cudba...@freeradius.org

RADIUS - Half the complexity of Diameter

-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to