(RADIATOR) Can't get PEAP to work, need help.

2003-06-19 Thread Jerome Fleury
gin-User NAS-IP-Address = 172.30.24.10 NAS-Identifier = "ap2.gre" Thu Jun 19 15:42:17 2003: DEBUG: Handling request with Handler '' Thu Jun 19 15:42:17 2003: DEBUG: Deleting session for ben, 172.30.24.10, 159 Thu Jun 19 15:42:17 2003: DEBUG: Handling with Rad

Re: (RADIATOR) Can't get PEAP to work, need help.

2003-06-23 Thread Jerome Fleury
ock code, which does nothing, and this does this all the time, wether I'm doing EAP-TTLS or EAP-PEAP. It looks definitely like a Radiator/SSL issue, but I'm stuck by this lack of information. First I guessed it was my version of OpenSSL (it was 0.9.6c), but after upgrading to the most r

Re: (RADIATOR) Can't get PEAP to work, need help.

2003-06-24 Thread Jerome Fleury
f the problem could be the AP (Cisco 1200) or the client card (Orinoco, one of the first Lucent ones indeed) ? -- Jerome Fleury === 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) Can't get PEAP to work, need help.

2003-06-24 Thread Jerome Fleury
--On Tuesday, June 24, 2003 09:58:28 PM +1000 Mike McCauley <[EMAIL PROTECTED]> wrote: > Hello Jerome, > > > On Tue, 24 Jun 2003 08:32 pm, Jerome Fleury wrote: >> --On mardi 24 juin 2003 09:26 +1000 Mike McCauley <[EMAIL PROTECTED]> wrote: >> > Hello Jer

(RADIATOR) Radiator Feature request

2003-09-09 Thread Jerome Fleury
rs only if the value matches, instead of logging everything by default Hope that's clear enough :) -- Jerome Fleury === 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.

(RADIATOR) Shutdown in a Hook

2004-01-05 Thread Jerome Fleury
lose CONF; &main::shutdown(); } the log prints: Mon Jan 5 18:16:59 2004: NOTICE: SIGTERM received: stopping But the server doesn't really stop. It's still alive. Any idea someone ? Thanks! -- Jerome Fleury === Archive at http://www.open.com.au/archives/radiator/

(RADIATOR) Ascend-coldstart

2004-01-09 Thread Jerome Fleury
AS doesn't accept the response from Radiator and keeps retransmitting the Event-Request. I think I'll have to code a patch (better than a hook indeed) so that Radiator handles this correctly. What do you think about it ? Has someone here already face this problem ? Tchuss. -- Jerome Fle

Re: (RADIATOR) insert errors

2001-10-18 Thread Jerome Fleury
later dup checking ! $self->{RecentIdentifiers}->{$p->{RecvFrom} . $code}[$p->identifier] = $p->{RecvTime}; # Call the PreHandlerHook, if there is one --8X cut here 8X-- -- Jerome Fleury Freesbee/LibertySurf/WC Network TeamTel/Fax: +33 1 45082314 PGP signature

Re: (RADIATOR) insert errors / new patch

2001-10-29 Thread Jerome Fleury
bad english :) Another point, this patch is contributed by Benoit Grange <[EMAIL PROTECTED]> and Jerome Fleury <[EMAIL PROTECTED]> Here is another patch, that is pretty useful to us. The purpose is to be able to insert IP addresses in the SQL database in Integer format. We handle

(RADIATOR) Sorry to bother

2002-02-20 Thread Jerome Fleury
sounds true). Could the administrator delete those 2 lines from the radiator file ? Thanks for help. -- Jerome Fleury Tiscali/LibertySurf/WC Network Engineer Tel/Fax: +33 1 45082314 === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, ema

Re: (RADIATOR) Radiator 3.0 released

2002-03-26 Thread Jerome Fleury
radius/logs/adsl LogFile %L/logfile-%f%g%i in 2.19 I get log filenames like this logfile-20020326 whereas I only get logfile- when I switch to 3.0. (I use exactly the same config file) any idea guys ? (I still haven't had the time to look in the code...) -- Jerome Fleury === Arch

RE: (RADIATOR) Timestamps

2002-04-01 Thread Jerome Fleury
4d %02d:%02d:%02d %s]", @_[0],$mday,1+$mon,1900 + $year,$hour,$min,$sec,$opt_g?"GMT":""); } while (<>) { $_ =~ s/\b(\d{9,10})\b/epoch2time($1)/ge ; print $_ ; } -- Jerome Fleury === Archive at http://www.open.com.au/archives/radiator/ Announcements

(RADIATOR) Strange problem when upgrading

2002-07-17 Thread Jerome Fleury
attributes. Why doesn't this work anymore ? Is there a workaround ? -- Jerome Fleury === 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.

(RADIATOR) Patch

2002-07-31 Thread Jerome Fleury
# in one go, else may get unpleasant interactions, especially when the # the resulting string contains a % ! $s =~ s/%([%abcCdDefghHiIjklLmMNopqQnPrRsStTUuvVyYz]|\d+)/{my $a = $1; $a =~ m@^\d@ ? $extras[$a] : &{$conversions{$a}}()}/egs; $s =~ s/%\{GlobalVar:([^{]+)\}/{&a

Re: (RADIATOR) privileged authorization on cisco

2002-09-03 Thread Jerome Fleury
ocal if-authenticated ! radius-server host 1.2.3.4 auth-port 1812 acct-port 1813 non-standard radius-server key xxx radius-server vsa send accounting radius-server vsa send authentication ! line vty 0 4 access-class 7 in exec-timeout 30 0 authorization exec use-radius login authentication

(RADIATOR) [PATCH] Event-Timestamp patch

2002-10-23 Thread Jerome Fleury
calculated one. As of a consequence, it performs better in duplicate finding. This code should probably be cleaned, maybe "config-variabled", but I hope it will be integrated in futures releases. -- Jerome Fleury Tiscali/LibertySurf/WC Network Engineer Tel/Fax: +33

Re: (RADIATOR) Event-Timestamp patch

2002-10-24 Thread Jerome Fleury
more devices as time goes on. This attribute has been added so that the server should not calculate timestamps but let network devices do this job. Therefore Radiator should allow the use of this attribute (if it exists) in a more friendly way than having to write a hook. -- Jerome Fleury ===

Re: (RADIATOR) Event-Timestamp patch

2002-10-24 Thread Jerome Fleury
}, exactly like %{Timestamp} is, so you needn't write a hook anyway (as mentioned in my previous mail). OK, I agree with that. -- Jerome Fleury === 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.