Re: Username in MySQL with regexp

2006-07-11 Thread Kevin Bonner
On Monday 10 July 2006 04:16, christian meutes wrote: Hey list, can anybody give me an example for this? cheers, Christian Meutes systems engineer My suggestion is to get it working with the flat users file first, then migrate the config to your MySQL users file. Start simple, then try

Re: Username in MySQL with regexp

2006-07-10 Thread christian meutes
DEFAULT, just like in the users file. Alan DeKok. What do i have to set for further reply-item settings in the User-Name column? I have more than one Username which should be checked against a regexp and then should reply individual items. Sorry but i dont understand you answer :-(

Re: Username in MySQL with regexp

2006-07-07 Thread christian meutes
DEFAULT, just like in the users file. Alan DeKok. What do i have to set for further reply-item settings in the User-Name column? I have more than one Username which should be checked against a regexp and then should reply individual items. Sorry but i dont understand you answer :-(

Re: Username in MySQL with regexp

2006-07-05 Thread christian meutes
Hello Alan, --On Monday, July 03, 2006 12:11:14 PM -0400 Alan DeKok [EMAIL PROTECTED] wrote: Add a compare attribute User-Name, with operator =~, and put the regex into the value field. What has to be in the Username column then? Christian Meutes systems engineer -- claranet gmbh

Re: Username in MySQL with regexp

2006-07-05 Thread Alan DeKok
christian meutes [EMAIL PROTECTED] wrote: What has to be in the Username column then? DEFAULT, just like in the users file. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Username in MySQL with regexp

2006-07-03 Thread Alan DeKok
christian meutes [EMAIL PROTECTED] wrote: iam using FreeRADIUS-1.0.5 with MySQL-Backend. Now i want a username check with an regexp operator (=~), so that i can match usernames (+1234567(0-9)) against a regexp of ^\+^1234567 and dont have the need of creating 10 users which have all the