RE: (RADIATOR) Question in AuthBy EXTERNAL

2003-10-02 Thread Man Meng Fei
Hi Do i need to pass any parameter to testcommand.pl ? MAN -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike McCauley Sent: Thursday, October 02, 2003 12:36 PM To: Hugh Irvine; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: (RADIATOR) Question

(RADIATOR) MySQL server has gone away

2003-10-02 Thread Bobbejaan van Elst
Hi, I see verry often the following errors: Thu Oct 2 06:29:55 2003: ERR: do failed for 'update RADPOOL set STATE=0 where STATE!=0 and EXPIRY 1065068995': MySQL server has gone away Thu Oct 2 06:59:55 2003: ERR: do failed for 'update RADPOOL set STATE=0 where STATE!=0 and EXPIRY

Re: (RADIATOR) MySQL server has gone away

2003-10-02 Thread Hugh Irvine
Hello Bobby - It looks like the MySQL server does not like certain requests. You should try to run the same requests by hand to see what happens and you should check the MySQL log files to see what is happening with the database. regards Hugh On Thursday, Oct 2, 2003, at 16:36

RE: (RADIATOR) MySQL server has gone away

2003-10-02 Thread Bobbejaan van Elst
If I run it by hand there is no problem: mysql update RADPOOL set STATE=0 where STATE!=0 and EXPIRY 1065068995 - ; Query OK, 0 rows affected (0.03 sec) Rows matched: 0 Changed: 0 Warnings: 0 I see this in the mysql log: 031002 9:32:34 Aborted connection 531 to db: 'radiusaccess' user:

(RADIATOR) AuthLog not logging password

2003-10-02 Thread Herman verschooten
Hi, I am trying to log the password in an AuthLog FILE-clausule, but the field is left blank? What I get in the log.txt-file is FAIL:Thu Oct 2 12:31:06 2003:A03245014::FAIL FAIL:Thu Oct 2 12:31:15 2003:A03266007::FAIL Any help would be appreciated. Herman # Radius.cfg # # N

Re: (RADIATOR) AuthLog not logging password

2003-10-02 Thread Hugh Irvine
Hello Herman - I will need to see a trace 4 debug to be sure, but I suspect you are using CHAP (or MS-CHAP) passwords which cannot be decrypted. regards Hugh On Thursday, Oct 2, 2003, at 20:32 Australia/Melbourne, Herman verschooten wrote: Hi, I am trying to log the password in an AuthLog

RE: (RADIATOR) AuthLog not logging password

2003-10-02 Thread Matthew Trout
You probably won't be getting the password from the NAS in the first place. If you're using a challenge-response based auth scheme the password is never sent. -Original Message- From: Herman verschooten [mailto:[EMAIL PROTECTED] Sent: 02 October 2003 11:32 To: [EMAIL PROTECTED]

(RADIATOR) Rpm version 3.7 displays 3.6 on startup?

2003-10-02 Thread John McFadden
I assume this is just a problem with the message or is the download pointing to an old file? Regards JLM === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.

RE: (RADIATOR) radiators duplicate detection (ClientIP+Identifier+?SourcePort?)

2003-10-02 Thread Arjan Waardenburg
Hi Rainer, As stated in the changelog for 3.6, Radiator no longer indexes on UDP port. This is illustrated by the following code from Client.pm : # its not a dup, save the id for later dup checking $self-{RecentIdentifiers}-{$p-{RecvFromAddress}}-{$code . $p-identifier} = $p-{RecvTime}; Seems

(RADIATOR) CachePasswords not available in AuthBy ROUNDROBIN

2003-10-02 Thread Robert Blayzor
I have a Radiator farm setup which I'm trying to AuthBy ROUNDROBIN to... It doesn't appear that CachePasswords works for this AuthBy. Looking at my trace, auths are always sent to the clients and never lookedup in the cache even though I've authed several times.. Here is the handler I have:

RE: (RADIATOR) CachePasswords not available in AuthBy ROUNDROBIN

2003-10-02 Thread Frank Danielson
Just a guess from the last time I looked into AuthBy ROUNDROBIN but I believe the CachePasswords directive is specific to a host if it works at all. Try this and see if it works: Handler UsernameCharset [EMAIL PROTECTED] RewriteUsername tr/A-Z/a-z/

(RADIATOR) DHCP configuration questions

2003-10-02 Thread Wyman Eric Miles
We're using the latest Radiator and ISC DHCP servers under Solaris. I've scoured the Radiator documentation, the archives of this mailing list, and the archives of the ISC mailing list, and haven't been able to piece together enough useful information to answer the following: 1) We'd like to

Re: (RADIATOR) CachePasswords not available in AuthBy ROUNDROBIN

2003-10-02 Thread Robert Blayzor
On 10/2/03 1:01 PM, Robert Blayzor [EMAIL PROTECTED] wrote: I have a Radiator farm setup which I'm trying to AuthBy ROUNDROBIN to... It doesn't appear that CachePasswords works for this AuthBy. Looking at my trace, auths are always sent to the clients and never lookedup in the cache even

Re: (RADIATOR) DHCP configuration questions

2003-10-02 Thread Ingvar Bjarnason
Hi Wyman, We tried the DHCP approach for dynamic ip assignments but gave up because of performance issues (dhcpd was overrun when the number of requests exceeded a certain limit). We are currently using a MySQL table for ip assignments. You can use radiators built in logic to separate

Re: (RADIATOR) Mem Leaks in PERL 5.8.0 - Radiator effected?

2003-10-02 Thread Mike McCauley
Hello Robert, On Fri, 3 Oct 2003 01:57 am, Robert Blayzor wrote: http://rt.perl.org/rt2//Ticket/Display.html?id=18038 Do we know if Radiator-3.7 is effected by this bug in PERL 5.8.0 ? Radiator does not use IO::ScalarArray directly, and tests here with 5.8.0 do not show leaks. Cheers.

RE: (RADIATOR) MySQL server has gone away

2003-10-02 Thread Chris Patterson
I was having a similar problem - appears to have been a problem with the mysql settings being too small. Adjusting these settings in /etc/my.cnf (see my-small.cnf/my-medium.cnf etc...) Certainly helped/rectified the problem. -Original Message- From: Hugh Irvine [mailto:[EMAIL

Re: (RADIATOR) CachePasswords not available in AuthBy ROUNDROBIN

2003-10-02 Thread Hugh Irvine
Hello Robert - On your first point, the behaviour of CachePasswords was extended some time ago to support the mode of operation that you are describing - hence the change in the manual. For your second point, it is usually easier to set up your Handlers with specific matches for everything

Re: (RADIATOR) Perssitent ldap connections in AuthLDAP2

2003-10-02 Thread Hugh Irvine
Hello Joao Pedro - The normal AuthBy LDAP2 should not keep a persistent connection (unless HoldServerConnection is enabled in the configuration file). This is because some LDAP servers do not like persistent connections. regards Hugh On Friday, Oct 3, 2003, at 04:57 Australia/Melbourne, Joao

Re: (RADIATOR) DHCP configuration questions

2003-10-02 Thread Hugh Irvine
Hello Wyman - I have already replied to this mail at least once. Perhaps you have some mail filtering that is dropping mail from me (using my home office server)? I am sending this mail through a different mail server, so please let me know if you receive it. There is an example configuration

RE: (RADIATOR) Question in AuthBy EXTERNAL

2003-10-02 Thread Man Meng Fei
Hi Mke and Hugh May i know how should i pass the parameter into the perl script when i execute AUTH EXTERNAL and how can get the result after execute the perl script ? Thank MAN -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Man Meng Fei Sent:

Re: (RADIATOR) Rpm version 3.7 displays 3.6 on startup?

2003-10-02 Thread Hugh Irvine
Hello John - Can you send us a copy of the message that is displayed? BTW - latest version is Radiator 3.7.1. regards Hugh On Thursday, Oct 2, 2003, at 23:29 Australia/Melbourne, John McFadden wrote: I assume this is just a problem with the message or is the download pointing to an old

Re: (RADIATOR) Question in AuthBy EXTERNAL

2003-10-02 Thread Hugh Irvine
Hello MAN - All of the attributes in the current radius request are passed to the external command on standard input, and the results are returned on standard output. Please refer to section 6.26 in the Radiator manual (doc/ref.html). If you want to add any parameters to be passed to the

(RADIATOR) [OT] To and CC

2003-10-02 Thread Andrea Brancatelli
Slightly OT message... Is there any reason because the "To:" has the original sender and the ML is only in CC? It happened to me at least 4 times lately to reply in private instead of the ML because I just hit reply instead of "reply to all"... My brain is lazy would be cool if it was the

Re: (RADIATOR) NAS-Port and NAS-Port-Type

2003-10-02 Thread Hugh Irvine
Hello Andrea - Many thanks for a very informative post. Your solution sounds excellent (that is why we let you change Radiator's default behaviour). :-) I will suggest to Mike that we include your mail as a FAQ item (with your permission of course). regards Hugh On Friday, Oct 3, 2003, at

Re: (RADIATOR) NAS-Port and NAS-Port-Type

2003-10-02 Thread Andrea Brancatelli
Hugh Irvine wrote: Many thanks for a very informative post. It's been a pleasure :-) I will suggest to Mike that we include your mail as a FAQ item (with your permission of course). Sure, the only request is that you fix my bad english first... :-) ehehehe... Include it, no probs.