(RADIATOR) Ascend-coldstart

2004-01-09 Thread Jerome Fleury
you think about it ? Has someone here already face this problem ? Tchuss. -- 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
(); } 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/ Announcements on [EMAIL PROTECTED] To unsubscribe

(RADIATOR) Radiator Feature request

2003-09-09 Thread Jerome Fleury
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.

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

2003-06-24 Thread Jerome Fleury
) 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 Jeremy, thanks for the full log. Looks like

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

2003-06-23 Thread Jerome Fleury
of prerequisite modules that are listed in the comment block at the top of the eap_peap.cfg file. regards Hugh On Thursday, Jun 19, 2003, at 23:49 Australia/Melbourne, Jerome Fleury wrote: Here is the test config: Client: Cisco Aironet/Orinoco 802.1X client: 2000+hotfix/Funk

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

2003-06-19 Thread Jerome Fleury
:17 2003: DEBUG: Handling with EAP: code 2, 3, 6 Thu Jun 19 15:42:17 2003: DEBUG: Response type 25 and that's pretty all. No error to help me out. Has anybody any clue about that ? Thanks. -- Jerome Fleury === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED

Re: (RADIATOR) Event-Timestamp patch

2002-10-24 Thread Jerome Fleury
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 === Archive at http

Re: (RADIATOR) privileged authorization on cisco

2002-09-03 Thread Jerome Fleury
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 use-radius ! -- Jerome Fleury === Archive at http://www.open.com.au

(RADIATOR) Patch

2002-07-31 Thread Jerome Fleury
contains a % ! $s =~ s/%([%abcCdDefghHiIjklLmMNopqQnPrRsStTUuvVyYz]|\d+)/{my $a = $1; $a =~ m@^\d@ ? $extras[$a] : {$conversions{$a}}()}/egs; $s =~ s/%\{GlobalVar:([^{]+)\}/{main::getVariable($1)}/egs; -- Jerome Fleury === Archive at http://www.open.com.au/archives/radiator/ Announcements

(RADIATOR) Strange problem when upgrading

2002-07-17 Thread Jerome Fleury
that a lot of code has been rewritten about Reply 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

RE: (RADIATOR) Timestamps

2002-04-01 Thread Jerome Fleury
+$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 on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED

(RADIATOR) Sorry to bother

2002-02-20 Thread Jerome Fleury
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, email '[EMAIL PROTECTED

Re: (RADIATOR) insert errors / new patch

2001-10-29 Thread Jerome Fleury
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 a lot of accounting tickets in our database (1 million insert/day

Re: (RADIATOR) insert errors

2001-10-18 Thread Jerome Fleury
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 Team