Re: Printable ascii characters

2003-11-22 Thread Lance Davis
On Fri, 21 Nov 2003, Alan DeKok wrote: Lance Davis [EMAIL PROTECTED] wrote: sql_escape_func() in rlm_sql.c doesnt think that '#' is an ascii printable character, so replaces it with '=23' , which then fails to match the username :( Is there any reason for this, and also

Printable ascii characters

2003-11-20 Thread Lance Davis
printable characters that are valid in usernames but wouldnt pass the test :- strchr(@abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.-_: =/, *in) == NULL) ?? Regards Lance -- uklinux.net - The ISP of choice for the discerning Linux user. - List info/subscribe/unsubscribe

radius + ldap backend

2002-06-27 Thread Lance Uyehara
md5'd using the authenticator? Is there a way to send the access-request and not encrypt the password? Thanks for any help, Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius + ldap backend

2002-06-27 Thread Lance Uyehara
[snip] Thanks for your prompt response, but I am still confused. Nevermind. I received a good explanation from Artur Hecker, and now have a better understanding. Thanks, Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: radius + ldap backend

2002-06-27 Thread Lance Uyehara
On Thu, Jun 27, 2002 at 03:28:01PM -0700, Lance Uyehara wrote: PAP is what happens between the user and the NAS, not what happens between the NAS and the RADIUS server. With PAP, the RADIUS server gets the password as plaintext (protected on the wire with md5 encryption

RE: Binding to multiple ip's

2002-03-12 Thread lance
alternative(s), I would be interested as well... Well Bind 9 seems to manage to do it, the 'source address' for queries is an option in named.conf :) Regards Lance Regards. Benoit -Original Message- From: lance [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 2:40

Re: Binding to multiple ip's

2002-03-12 Thread lance
need one on loopback ?? thus radius 3 would be main raiusd while other 2 would act as radius proxys Surely they woule each be the main radius for the client that was using the ip that they were bound to ?? Regards Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list

Re: Binding to multiple ip's

2002-03-12 Thread lance
On 12 Mar 2002, Eduardo Roldan wrote: On Mon, 2002-03-11 at 22:39, lance wrote: I need to have radius bound to two ip's on a server, one for an internal network and one for external, but run up against a problem. With bind_address * , if a request comes in on the 2nd ip, freeradius

Re: Binding to multiple ip's

2002-03-12 Thread lance
On Tue, 12 Mar 2002, Alan DeKok wrote: lance [EMAIL PROTECTED] wrote: Also - is it a bug or a feature that unless debug_level is set to 0 in radiusd.conf all logging stops ??? You shouldn't be playing with 'debug_level' in a live server, unless something's seriously wrong. That's

Re: Binding to multiple ip's

2002-03-12 Thread lance
Regards Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Binding to multiple ip's

2002-03-11 Thread lance
on eth0:1 response gets sent with source ip of eth0 :( This causes the proxy to reject the packet as coming from the wrong place. Also - is it a bug or a feature that unless debug_level is set to 0 in radiusd.conf all logging stops ??? Regards Lance - List info/subscribe/unsubscribe? See http

Problems with sql

2002-02-14 Thread lance
val := Or have I completely misunderstood the problem and how the sql module works ?? Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

ms-chap and ms-chapv2

2002-01-17 Thread Lance Uyehara
-CHAP I need the MS-CHAP-MPPE-KEYS attribute For MS-CHAPv2 I need the MS-CHAP2-Success, MS-MPPE-Send-Key and MS-MPPE-Recv-Key. Can someone please point me to the documentation needed to set this up. Thanks, Lance Uyehara

Re: ms-chap and ms-chapv2

2002-01-17 Thread Lance Uyehara
Lance Uyehara [EMAIL PROTECTED] wrote: The problem I have is I am expeecting some other attributes from the radius server, but they don't appear in the packet. For MS-CHAP I need the MS-CHAP-MPPE-KEYS attribute For MS-CHAPv2 I need the MS-CHAP2-Success, MS-MPPE-Send-Key and MS-MPPE

patch for src/main/auth.c

2002-01-17 Thread Lance Uyehara
Missing { -Lance --- src/main/auth.orig Thu Jan 17 14:43:39 2002 +++ src/main/auth.c Thu Jan 17 14:43:53 2002 @@ -260,7 +260,7 @@ else password_pair = pairfind(request-config_items, PW_PASSWORD); - if (auth_type 0) + if (auth_type 0

patch for src/modules/rlm_eap/eap.h

2002-01-17 Thread Lance Uyehara
Two fixes: 1. Fix a problem finding u_int_32_t 2. Fix a prototype mismatch with the way eap_packet_alloc() is called. -Lance --- src/modules/rlm_eap/eap.origThu Jan 17 14:37:29 2002 +++ src/modules/rlm_eap/eap.h Thu Jan 17 14:39:35 2002 @@ -2,6 +2,7 @@ #define _EAP_H

sql group attributes

2001-12-13 Thread lance
, but still use the users file for the rest of the settings ?? Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: FreeRADIUS 0.4 -- RELEASE

2001-12-12 Thread lance
??? Also has the potential remotely exploitable stack corruption mentioned a few weeks ago been fixed ?? No mention oif it in the changelog. Regards Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Compile Errors

2001-12-12 Thread lance
the patches ?? Regards Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: syslog

2001-10-28 Thread lance
On Sun, 28 Oct 2001 [EMAIL PROTECTED] wrote: lance [EMAIL PROTECTED] wrote: If you set -l syslog, it gets stored in radlog_dir , and works for the startup log, but then gets clobbered by the configuration file stuff setting radlog_dir to /var/log/radius (for radwtmp etc) and losing

syslog

2001-10-27 Thread lance
anything else to log via syslog ?? Regards Lance - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html