Re: Username in MySQL with regexp

2006-07-10 Thread christian meutes
:-( Christian Meutes systems engineer -- claranet gmbh internet service provider tel +49 (0) 69 - 40 80 18 - 300 email: [EMAIL PROTECTED] http://www.claranet.de/ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Hey list, can anybody give me an example

Re: Username in MySQL with regexp

2006-07-07 Thread christian meutes
:-( Christian Meutes systems engineer -- claranet gmbh internet service provider tel +49 (0) 69 - 40 80 18 - 300 email: [EMAIL PROTECTED] http://www.claranet.de/ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

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

Username in MySQL with regexp

2006-07-03 Thread christian meutes
-Type of these usernames is always Accept. How can i accomplish this? The username itself in the MySQL table doesnt has a check row.. Thanks for any help! Christian Meutes systems engineer -- claranet gmbh internet service provider tel +49 (0) 69 - 40 80 18 - 300 email: [EMAIL PROTECTED] http

Proxy Question (default_fallback)

2006-03-20 Thread christian meutes
of a user default accept configuration. In proxy.conf i have set for the proxy realm a default_fallback=no, but this doesnt help. Anybody with an idea why this is happening? I dont want that the auth requests are tried locally if the real radius server isnt answering. best regards, Christian

Re: Authentication Question

2006-03-20 Thread christian meutes
... __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Mit freundlichen Grüßen Christian Meutes systems engineer -- claranet gmbh internet service provider

Re: Proxy Question (default_fallback)

2006-03-20 Thread christian . meutes
accept configuration. In proxy.conf i have set for the proxy realm a default_fallback=no, but this doesnt help. Anybody with an idea why this is happening? I dont want that the auth requests are tried locally if the real radius server isnt answering. best regards, Christian Meutes systems

Re: FreeBSD anyone?

2005-11-09 Thread christian meutes
Can you point me to the explanation, i cant find it? --On Wednesday, November 09, 2005 01:23:22 AM -0500 Alan DeKok [EMAIL PROTECTED] wrote: Dusty Doris [EMAIL PROTECTED] wrote: Our authentication structure is quite different as we are looking more for availability. But in the accounting

Re: Proxy Forwarding on User-Name attribute

2005-10-31 Thread christian meutes
jeah nice, it works! thanks regards, -christian --On Sunday, October 30, 2005 11:21:49 AM -0500 Alan DeKok [EMAIL PROTECTED] wrote: Christian Meutes [EMAIL PROTECTED] wrote: i have the demand to forward some auth-requests to some further radius servers, but only in the case when

Proxy Forwarding on User-Name attribute

2005-10-30 Thread Christian Meutes
Hello, i have the demand to forward some auth-requests to some further radius servers, but only in the case when a specific User-Name is for authorization requested. The User-Name attributes look like this [EMAIL PROTECTED] and the userpart is always changing but the realm is always the

Re: Proxy Forwarding on User-Name attribute

2005-10-30 Thread Christian Meutes
iam not forwarding on realm because the realm is always the same! --On Sunday, October 30, 2005 11:52:04 -0500 Joe Maimon [EMAIL PROTECTED] wrote: Christian Meutes wrote: Hello, i have the demand to forward some auth-requests to some further radius servers, but only in the case when

+ in Usernames?

2005-10-19 Thread Christian Meutes
Hello, i want that an incoming request is always authenticated and should reply with some attributes. i have the following entry in my sql database in radcheck: --- id UserName Attribute op Value | 18 | [EMAIL PROTECTED] | Auth-Type | := | Accept ---

Re: FreeRADIUS - FreeBSD - Segmentation fault

2005-10-13 Thread Christian Meutes
Hi, it seems that freeradius has problems with running MySQL with linuxthreads, when compiling MySQL with native pthreads then its running. I dont know why this makes problems only with freeradius, other applications are running just fine with MySQL and linuxthreads... --On Wednesday,

Accounting attribute rewriting

2005-10-13 Thread Christian Meutes
Hello, simple question: is there any possibility to rewrite accounting attributes apart from using rlm_attr_rewrite? -christian - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Control user logins by NAS

2005-10-03 Thread Christian Meutes
Create a group in your sql database, then assign the the users to this group and give the group a check-item. insert into radgroupcheck (GroupName,Attribute,op, Value) values ('your_group_name',NAS-IP-Address','==','ip_address'); If you want that a group can itself successfully authenticate

FreeRADIUS - FreeBSD - Segmentation fault

2005-10-02 Thread Christian Meutes
) and 1.0.5 - and both crashed. Also I tried with mysql 4.0.26 with the same result. It looks like the bug exists *only* on FreeBSD. For the life of me, I can't figure out why. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html Christian Meutes

Proxy logging questions

2005-05-04 Thread Christian Meutes
-proxy and pre-proxy sections, but this doesnt work. further more iam interessed in logging accounting data first locally to mysql and then proxy it away. thanks for any hints. regards, Christian Meutes systems engineer -- claranet gmbh internet service provider tel +49 (0) 69 - 40 80 18

LDAP compare_check_item

2005-05-04 Thread Christian Meutes
or with the checkval module? regards, Christian Meutes systems engineer -- claranet gmbh internet service provider tel +49 (0) 69 - 40 80 18 - 300 email: [EMAIL PROTECTED] http://www.claranet.de/ - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Proxy logging questions

2005-05-04 Thread Christian Meutes
, no idea? :) Christian Meutes [EMAIL PROTECTED] wrote: i have FreeRadius 0.9.3 running really fine with a big setup redundant via radrelay. Hmm... you should really upgrade to 1.0.3. i want to know if there is the possibility to log authentication requests and replys via the detail