Re: User-Id and Calling-Station-Id matching

2009-03-03 Thread tech . subscriptions
Put Calling-Station-Id, expression and =~ as operator for that user in radcheck. But regex is not working well in 2.1.3. Better wait a few days for 2.1.4. Please when would version 2.1.4 be released. Cheers, Chris. - List info/subscribe/unsubscribe? See

Re: User-Id and Calling-Station-Id matching

2009-03-03 Thread Alan DeKok
tech.subscripti...@shepherdhill.biz wrote: Put Calling-Station-Id, expression and =~ as operator for that user in radcheck. But regex is not working well in 2.1.3. Better wait a few days for 2.1.4. Please when would version 2.1.4 be released. This week? Next week? Alan DeKok. - List

Re: User-Id and Calling-Station-Id matching

2009-02-23 Thread tech . subscriptions
Sorry, I am newbie and have been using GUI RADIUS Server all through. You have given *no* details about how or why or where this is coming from but I'm guessing from your single example you are looking for: /etc/freeradius/users DEFAULT Calling-Station-Id !~ [0-9]+%{User-Id}$,

Re: User-Id and Calling-Station-Id matching

2009-02-23 Thread tnt
I presume this expression would do the magic for me. But if for SQL authentication how do I enforce that from the SQL tables? Put Calling-Station-Id, expression and =~ as operator for that user in radcheck. But regex is not working well in 2.1.3. Better wait a few days for 2.1.4. Ivan Kalik

User-Id and Calling-Station-Id matching

2009-02-22 Thread tech . subscriptions
Hi, To prevent impersonation, we need to match User-Id and Calling-Station-Id during authentication. User-Id of the form 4371104 and Calling-Station-Id of the 234001014371104. Please how do I achieve this? Regards, Chris. - List info/subscribe/unsubscribe? See

Re: User-Id and Calling-Station-Id matching

2009-02-22 Thread Alexander Clouter
* tech.subscripti...@shepherdhill.biz tech.subscripti...@shepherdhill.biz [Sun, 22 Feb 2009 20:11:54 +0100]: To prevent impersonation, we need to match User-Id and Calling-Station-Id during authentication. User-Id of the form 4371104 and Calling-Station-Id of the 234001014371104. Please