Re: [RADIATOR] logging aborted EAP conversations

2015-08-26 Thread David Zych
On 8/26/15 12:36 PM, David Zych wrote: > In theory it looks to me like it ought to be possible to add code to > Radius::Context::handle_timeout to examine the state of > $Radius::Context::contexts{$id} before it gets destroyed, decide if the > context state indicates an aborted conversation, and

[RADIATOR] logging aborted EAP conversations

2015-08-26 Thread David Zych
We're currently chasing down some wireless issues which, at least in some cases, manifest as the EAP-PEAP or EAP-TTLS conversation being aborted in the middle; i.e. after a couple of successful back and forths, Radiator sends an EAP Request in a RADIUS challenge, and we never receive a subseque

Re: [RADIATOR] logging inner/outer identities

2014-04-08 Thread Jakob Schlyter
On 7 apr 2014, at 22:25, Hartmaier Alexander wrote: > I've just completed a very complex 802.1x setup and used > %{OuterRequest:User-Name} in the AuthLog FILE or the inner PEAP-TLS handler. Thanks, that fixes my logging problems! jakob ___ r

Re: [RADIATOR] logging inner/outer identities

2014-04-07 Thread Hartmaier Alexander
On 2014-04-07 20:53, Jakob Schlyter wrote: > This may be a Radiator-newbie-questions, but since I haven't resolved it many > years of Radiatoring, I might as well drop it here. > > I'd like to log attributes sent in the outer EAP request together with the > inner identity that I find in my PEAP h

[RADIATOR] logging inner/outer identities

2014-04-07 Thread Jakob Schlyter
This may be a Radiator-newbie-questions, but since I haven't resolved it many years of Radiatoring, I might as well drop it here. I'd like to log attributes sent in the outer EAP request together with the inner identity that I find in my PEAP handler. Is there there anyway to ties these two req

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-04-07 Thread Hartmaier Alexander
Hi Heikki, attached is what I just wrote, feedback welcome! Feel free to include it in the Radiator dist with an extended copyright, different name, ... Best regards, Alex On 2014-04-04 14:42, Heikki Vatiainen wrote: > On 04/03/2014 12:28 PM, Hartmaier Alexander wrote: > >> I just checked, LogFo

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-04-04 Thread Heikki Vatiainen
On 04/03/2014 12:28 PM, Hartmaier Alexander wrote: > I just checked, LogFormat is indeed defined in LogFILE.pm, I thought it > is shared by different logging classes and defined in a base class. You are correct, there's no common class for LogFILE but the common class is LogGeneric instead. And s

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-04-03 Thread Hartmaier Alexander
On 2014-04-02 20:57, Heikki Vatiainen wrote: > On 04/01/2014 02:59 PM, Hartmaier Alexander wrote: > >> I think extending LogFormat is the right way to go because one might >> want to log to a file or database in json or yaml as well. >> What I still haven't figured out is a config format. >> Enabli

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-04-02 Thread Heikki Vatiainen
On 04/01/2014 02:59 PM, Hartmaier Alexander wrote: > I think extending LogFormat is the right way to go because one might > want to log to a file or database in json or yaml as well. > What I still haven't figured out is a config format. > Enabling to pass a Perl sub to LogFormat would be the most

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-04-01 Thread Hartmaier Alexander
On 2014-03-28 09:02, Hartmaier Alexander wrote: > On 2014-03-27 20:43, Heikki Vatiainen wrote: >> On 03/27/2014 05:22 PM, Hartmaier Alexander wrote: >> >>> Did you have time to work on this feature? >> We have worked on EAP-SIM, Diameter and other RADIUS functionality, but >> not this. It's still o

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-03-28 Thread Hartmaier Alexander
On 2014-03-27 20:43, Heikki Vatiainen wrote: > On 03/27/2014 05:22 PM, Hartmaier Alexander wrote: > >> Did you have time to work on this feature? > We have worked on EAP-SIM, Diameter and other RADIUS functionality, but > not this. It's still on the ideas to explore list, though. > >> I've started

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-03-27 Thread Heikki Vatiainen
On 03/27/2014 05:22 PM, Hartmaier Alexander wrote: > Did you have time to work on this feature? We have worked on EAP-SIM, Diameter and other RADIUS functionality, but not this. It's still on the ideas to explore list, though. > I've started tring to get all Radiator logs into Elasticsearch via

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2014-03-27 Thread Hartmaier Alexander
On 2013-09-20 12:15, Hartmaier Alexander wrote: > On 2013-09-20 11:44, Heikki Vatiainen wrote: >> On 09/20/2013 11:35 AM, Alexander Hartmaier wrote: >> >>> @Radiator guys: are you interessted in supporting Message::Passing, >>> Log::Log4perl or Log::Any? >>> They support a lot of outputs which woul

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2013-09-23 Thread Klara Mall
Hi Alexander, On 09/20/2013 10:35 AM, Alexander Hartmaier wrote: > I expected that Radiator executes the configured program in a forked > process once and expects it to read from STDIN in an event loop. > Seems the program is executed for every log message. That's right, it's executed for every l

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2013-09-20 Thread Alexander Hartmaier
On 2013-09-20 11:44, Heikki Vatiainen wrote: > On 09/20/2013 11:35 AM, Alexander Hartmaier wrote: > >> @Radiator guys: are you interessted in supporting Message::Passing, >> Log::Log4perl or Log::Any? >> They support a lot of outputs which would be a great feature addition! > Sounds interesting. So

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2013-09-20 Thread Heikki Vatiainen
On 09/20/2013 11:35 AM, Alexander Hartmaier wrote: > @Radiator guys: are you interessted in supporting Message::Passing, > Log::Log4perl or Log::Any? > They support a lot of outputs which would be a great feature addition! Sounds interesting. So this would be for Accounting, at least first, or do

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2013-09-20 Thread Alexander Hartmaier
Hi Klara, thanks for the script! I expected that Radiator executes the configured program in a forked process once and expects it to read from STDIN in an event loop. Seems the program is executed for every log message. What are your experiences with scaling and performance? @Radiator guys: are

[RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2013-09-19 Thread Alexander Hartmaier
After pushing all our network device syslogs into ElasticSearch I'm looking into doing the same for our applications starting with Radiator. The Radiator application logs should be fairly trivial by using . The same goes for where the format could be e.g. key/value pair JSON serialized. What I'm

Re: [RADIATOR] logging (radiator and authlog) and accounting to ElasticSearch

2013-09-19 Thread Klara Mall
Hi Alexander, On 09/19/2013 04:57 PM, Alexander Hartmaier wrote: > Since quite some time I'm looking for a way to customize the accounting > log file format but the problem I'm having with it is that there seems > to be no way to log all key/value pairs contained in the accounting > packet without

Re: [RADIATOR] logging EAP method

2013-07-11 Thread Stuart Kendrick
Thank you Hugh --sk On 7/11/2013 7:03 PM, Hugh Irvine wrote: > Hello Stuart - > > Have a look at the code in "Radius/EAP.pm". > > The EAPType is added to the current request as > > $p->{EAPType} > > and the name is added as > > $p->{EAPTypeName} > > You can easily write a little hook

Re: [RADIATOR] logging EAP method

2013-07-11 Thread Hugh Irvine
Hello Stuart - Have a look at the code in "Radius/EAP.pm". The EAPType is added to the current request as $p->{EAPType} and the name is added as $p->{EAPTypeName} You can easily write a little hook to use one or the other or both. regards Hugh On 12 Jul 2013, at 04:32, S

[RADIATOR] logging EAP method

2013-07-11 Thread Stuart Kendrick
Is there a way to log the EAP method employed? I'm doing this currently: LogSuccess 1 SuccessFormat%l: wap: OK: %U: %n: %c: %{NAS-Identifier}: %T: %{Calling-Station-Id}: %{Called-Station-Id} LogFailure 1 FailureFormat%l: wap: FAIL: %U: %n: %c: %{NAS-Identifier}: %T: %

Re: [RADIATOR] Logging Calling-Station-Id for failed login attempts

2012-12-17 Thread Frank Danielson
Hi Brendan- You should look at using an AuthLog to log authorization attempts. Identifier logfailure Filename %L/auth.default.%d%m%Y.log LogSuccess 0 LogFailure 1 FailureFormat %1:%U:%{Calling-Station-Id}:FAIL SuccessFormat %1:%U:%{Calling-Station-Id}:OK ... ... ... AuthLog logfailur

[RADIATOR] Logging Calling-Station-Id for failed login attempts

2012-12-17 Thread Howe, Brendan
Hello, We have a security requirement to log all failed radius login attempts. We need to log date / time, userid and the Calling-Station-Id (Client's IP address) With a trace level of 3 only the date, time and userid is logged in the standard logfile for failed logins. Changing to trace leve

Re: [RADIATOR] Logging of multiple instances of attribute

2012-12-17 Thread Hugh Irvine
Hello Jethro - There is an example hook in "goodies/hooks.txt" that does the same thing for multiple "cisco-avpair" attributes: -- This hook is designed to parse multiple cisco-avpairs. Contributed by: chris.patter...@trans

[RADIATOR] Logging of multiple instances of attribute

2012-12-17 Thread Jethro R Binks
I have devices which send Radiator multiple instance of a certain attribute in their Access-Request. I want to print all of the values sent for that attribute, but using a logging clause such as: colubris-avp="%{Colubris-AVPAIR}" only shows me the first of the attributes received. I went th

Re: [RADIATOR] Radiator Logging to an External Syslog Server

2011-04-13 Thread Michael Hulko
12, 2011 12:26 PM To: radiator@open.com.au Subject: [RADIATOR] Radiator Logging to an External Syslog Server   My company is running Radiator on a Windows Platform. I would like to export the Radiator logs to and external Syslog server. According to the manual this can be done with the command

Re: [RADIATOR] Radiator Logging to an External Syslog Server

2011-04-12 Thread Heikki Vatiainen
On 04/12/2011 07:25 PM, Carter, Ronald wrote: > My company is running Radiator on a Windows Platform. I would like to > export the Radiator logs to and external Syslog server. According to the > manual this can be done with the command, but this only > works on a Unix platform. Has anyone or does

[RADIATOR] Radiator Logging to an External Syslog Server

2011-04-12 Thread Carter, Ronald
My company is running Radiator on a Windows Platform. I would like to export the Radiator logs to and external Syslog server. According to the manual this can be done with the command, but this only works on a Unix platform. Has anyone or does anyone know of a way that I can export the logs wh

Re: (RADIATOR) Logging Assigned IP

2003-07-31 Thread Hugh Irvine
Hello James - You probably want Framed-IP-Address. Check the RFC's for the attribute definitions (included in the Radiator distribution in "doc/rfc2865.txt" and "doc/rfc2866.txt"). regards Hugh What is the string I should use to log the IP that a customer is assigned after authenticating? I

(RADIATOR) Logging Assigned IP

2003-07-31 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [James Nelson <[EMAIL PROTECTED]>] Date: Fri, 1 Aug 2003 08:33 am From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] >From [EMAIL PROTECTED] Thu Jul 31 17:33:18 2003 Received: from isleofatlan

Re: (RADIATOR) logging failed auth with postauthhook ?

2003-02-20 Thread Hugh Irvine
Hello Adrian - I think I would be inclined to use a clause, possibly in conjunction with a PacketTrace parameter. See section 6.12 in the Radiator 3.5 reference manual ("doc/ref.html"). regards Hugh Hi, I'm trying to set up a postauthhook.pl script that puts useful about login attempts i

(RADIATOR) logging failed auth with postauthhook ?

2003-02-20 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Adrian <[EMAIL PROTECTED]>] Date: Thu, 20 Feb 2003 15:18:57 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] >From [EMAIL PROTECTED] Thu Feb 20 15:18:57 2003 Received: from power.conn

Re: (RADIATOR) logging IPASS accounting records to Database

2003-01-15 Thread Hugh Irvine
Hello Tunde - You just need to add an AuthBy SQL clause to your configuration file, something like this:     # ipass client for VNAS (incoming metrong roamers)     Secret     Identifier ipassclient     IdenticalClients 63.10.10.212     RewriteUsername s/^IPASS\/([^@]+)\@([^@]+

(RADIATOR) logging IPASS accounting records to Database

2003-01-15 Thread Ayotunde Itayemi
Hi Hugh, Hi All,   I would like to log only IPASS accounting start and stop request to a database table so as to get some sort of record locally - how can I implement this? I want something a little bit "simpler" than the long detail file generated by the AcctLogFileName clause (see below pl

Re: (RADIATOR) Logging incorrect passwords with

2002-08-14 Thread Hugh Irvine
Hello Nicolai - Yes, you can use the %P special character to give you the decoded password in the SuccessQuery and/or FailureQuery (you may need to upgrade however - Radiator 3.1 is the latest release - and there are also some patches). regards Hugh On Wednesday, August 14, 2002, at 10:39

(RADIATOR) Logging incorrect passwords with

2002-08-14 Thread Nicolai van der Smagt
Hello, Recently I moved our authentication logging to Authlog SQL. In the old setup we had a PasswordLogFileName %L/ clause. When a user tried logging in with a bad password, the password that the user used was logged to the password logfile. This was nice because our users cannot change the

Re: (RADIATOR) Logging Traffic

2002-05-27 Thread Hugh Irvine
Hello Tim - In a trace 4 debug, Radiator only shows the attributes that it understands from the dictionary file (by definition). If you want to identifiy undefined attributes, you should run trace 5 and decode the hex dumps. BTW - the debug output should tell you what attribute number it can'

(RADIATOR) Logging Traffic

2002-05-27 Thread Timothy G. Wells
Greetings, When putting radiator into debug mode (v 2.18) does it show, in the details file, all the attributes or just the ones radiator knows from the dictionary? I'm trying to see what else is being sent to me. Thanks, -- Tim === Archive at http://www.open.com.au/archives/radiator/ Announ

Re: (RADIATOR) Logging Active Handler

2002-05-02 Thread Hugh Irvine
Hello Dan - You would do something like this: # define Handler with an Identifier Identifier SomethingDescriptive ... Then you would use this for logging: %{Handler:Identifier} regards Hugh On Fri, 3 May 2002 08:02, Dan Melomedman wrote: > Hi. > > I need to

(RADIATOR) Logging Active Handler

2002-05-02 Thread Dan Melomedman
Hi. I need to log active handler identifier to the SQL table. In other words, the handler where the failure occurs should be logged. What do I need to do? I read documentation, but it's not exactly clear to me as how to do it. -- History has shown that the road to injustice is frequently li

Re: (RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-28 Thread Hugh Irvine
Hello Dan - The AuthBy SQL clause is designed to do both authentication and accounting (which is how most people use it), however it is flexible enough to be configured in a number of ways including authentication only and accounting only. regards Hugh On Sun, 28 Apr 2002 04:50, Dan Melome

Re: (RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-27 Thread Dan Melomedman
Hugh Irvine writes: > > Identifier SQLAccounting > .. > AuthSelect > AccountingTable ACCOUNTING > AcctColumnDef . > .. > > > AuthByPolicy ContinueAlways > AuthBy SQLAccounting > AuthBy CheckLDAP > . > Thanks. It'

Re: (RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-26 Thread Hugh Irvine
Hello Dan - You would do something like this: # define AuthBy clauses # normal LDAP authentication Identifier CheckLDAP .. # SQL accounting only # (note empty AuthSelect to disable authentication) Identifier SQLAccounting .. AuthSelect

(RADIATOR) Logging Accounting to SQL without SQL authentication

2002-04-26 Thread Dan Melomedman
Hi. We want to log accounting to our SQL DB, but we are using LDAP DB for authentication. What can we do? doesn't mention AccountingTable functionality from . Thanks. === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTEC

Re: (RADIATOR) Logging Infinite Loop?

2002-04-17 Thread Hugh Irvine
Hello Steve - It may be useful to define a seperate Handler for "adm" so this doesn't happen. regards Hugh On Wed, 17 Apr 2002 09:13, Steve Brown wrote: > Interesting thing happened today. When I enable and the > following ERR comes up: > > Tue Apr 16 13:55:41 2002: ERR: do failed for 'upd

(RADIATOR) Logging Infinite Loop?

2002-04-16 Thread Steve Brown
Interesting thing happened today. When I enable and the following ERR comes up:   Tue Apr 16 13:55:41 2002: ERR: do failed for 'update ServerPorts set Username='adm', AcctSessionId='adm15375', AcctStatusType= case 'Start' wh en 'Start' then 1 when 'Stop' then 2 else 3 end, CallDate=getd

RE: (RADIATOR) Logging into network

2002-03-13 Thread tonyb
What about those you know, are they on the GO? 513.934.2800 1.888.ON.GO.YET -Original Message- From: neil d. quiogue [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 6:22 PM To: [EMAIL PROTECTED] Subject: (RADIATOR) Logging into network Greetings, Here's the situation. We&

Re: (RADIATOR) Logging into network

2002-03-13 Thread neil d. quiogue
lease notify the sender immediately, and destroy the original message. Do not disclose the contents to anyone. Thank you." - Original Message - From: "neil d. quiogue" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 7:22 AM Subject:

(RADIATOR) Logging into network

2002-03-13 Thread neil d. quiogue
Greetings, Here's the situation. We've migrated one old RADIUS server to Radiator and everything works out properly except that for some reason, whenever it authenticates properly, the 'Logging into network...' message from MS DUN takes longer than usual to finish. I mean I'm receiving the acco

Re: (RADIATOR) logging unstripped accounting

2002-03-13 Thread Hugh Irvine
AuthBy NISPLUS to the empty handler and it worked. > Don't know why it should though, since the authby won't be used to > authenticate. hmmm ...??? > > -Original Message- > From: Fred Albrecht > Sent: 13 March 2002 11:53 AM > To: [EMAIL PROTECTED] >

RE: (RADIATOR) logging unstripped accounting

2002-03-13 Thread Fred Albrecht
echt Sent: 13 March 2002 11:53 AM To: [EMAIL PROTECTED] Subject: (RADIATOR) logging unstripped accounting Hi I have a situation where I need to authenticate a user without his domain name, but I need to store the accounting info with the domain name. My problem is that if I do a rewrite of th

(RADIATOR) logging unstripped accounting

2002-03-13 Thread Fred Albrecht
Hi I have a situation where I need to authenticate a user without his domain name, but I need to store the accounting info with the domain name. My problem is that if I do a rewrite of the username to strip the domain, then the accounting info also gets stripped. I've tried getting around t

Re: (RADIATOR) Logging to MSSQL 7.0

2002-03-11 Thread Hugh Irvine
Hello Dan - On Tue, 12 Mar 2002 02:26, Dan Melomedman wrote: > Hugh Irvine writes: > > BTW - you say that Radiator is *almost* perfect - we would be keen to > > hear any suggestions for improvements. > > > > regards > > > > Hugh > > Hi Hugh, > > : I'd like to be able to fork an external program,

RE: (RADIATOR) Logging to MSSQL 7.0

2002-03-11 Thread Tony B
: Shane Malden [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 10, 2002 11:51 PM To: tonyb Subject: Re: (RADIATOR) Logging to MSSQL 7.0 Tony, I would be interested on more information on how to do accounting with SQL. We use Radiator 2.19 and authenticate with SecurID. We don't have any d

Re: (RADIATOR) Logging to MSSQL 7.0

2002-03-11 Thread Dan Melomedman
Hugh Irvine writes: > BTW - you say that Radiator is *almost* perfect - we would be keen to hear > any suggestions for improvements. > > regards > > Hugh Hi Hugh, : I'd like to be able to fork an external program, and pipe the log data to it for logging, instead of logging directly to a

RE: (RADIATOR) Logging to MSSQL 7.0

2002-03-10 Thread tonyb
, Network+ GO Concepts, Inc. http://www.go-concepts.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Dan Melomedman Sent: Saturday, March 09, 2002 2:04 PM To: [EMAIL PROTECTED] Subject: (RADIATOR) Logging to MSSQL 7.0 First, let me add my praise about

Re: (RADIATOR) Logging to MSSQL 7.0

2002-03-10 Thread Hugh Irvine
Hello Dan - On Sun, 10 Mar 2002 06:04, Dan Melomedman wrote: > First, let me add my praise about this product to the already long list. > We're evaluating Radiator. This is the best commercial server product I > have ever dealt with, great job! Finally a RADIUS server that's almost, if > not, pe

Re: (RADIATOR) Logging to MSSQL 7.0

2002-03-10 Thread Hugh Irvine
Hello Dan - On Sun, 10 Mar 2002 06:04, Dan Melomedman wrote: > First, let me add my praise about this product to the already long list. > We're evaluating Radiator. This is the best commercial server product I > have ever dealt with, great job! Finally a RADIUS server that's almost, if > not, pe

(RADIATOR) Logging to MSSQL 7.0

2002-03-09 Thread Dan Melomedman
First, let me add my praise about this product to the already long list. We're evaluating Radiator. This is the best commercial server product I have ever dealt with, great job! Finally a RADIUS server that's almost, if not, perfect. Rock on! Anyway, we use FreeTDS for PHP scripts, and some t

RE: (RADIATOR) Logging failed authentication attempts

2002-02-15 Thread Ronan Eckelberry
y, 15 February, 2002 14:30 To: Ronan Eckelberry; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: (RADIATOR) Logging failed authentication attempts As a bonus, here's what we do: # Identifier AUTH_LOGGER Filename%D/Authentica

RE: (RADIATOR) Logging failed authentication attempts

2002-02-15 Thread Dave Kitabjian
ruary 15, 2002 1:18 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: (RADIATOR) Logging failed authentication attempts > > > Terry, > > Check out Section 6.47 in the Radiator manual. It is on > AuthLog. That should be what you are looking for. > >

RE: (RADIATOR) Logging failed authentication attempts

2002-02-15 Thread Ronan Eckelberry
] Subject: (RADIATOR) Logging failed authentication attempts Hi. I looked through the archives, and it appears that logging failed authentication attempts has been a "wish-list" item for a while, I'm curious if there is a method in the newer versions of radiator. Thanks, Terry Ryan

(RADIATOR) Logging failed authentication attempts

2002-02-15 Thread terry
Hi. I looked through the archives, and it appears that logging failed authentication attempts has been a "wish-list" item for a while, I'm curious if there is a method in the newer versions of radiator. Thanks, Terry Ryan === Archive at http://www.open.com.au/archives/radiator/ Announcements on

Re: (RADIATOR) Logging

2002-02-06 Thread Hugh Irvine
Hello Shane - You should use an AuthLog clause (section 6.47 in the Radiator 2.19 manual). regards Hugh On Thu, 7 Feb 2002 14:46, Shane Malden wrote: > I am looking to have all Successful attempts logged. Current we have trace > 3 and we only get unsuccessful attempts logged. Could some one

(RADIATOR) Logging

2002-02-06 Thread Shane Malden
I am looking to have all Successful attempts logged. Current we have trace 3 and we only get unsuccessful attempts logged. Could some one advised how we can log the successful attempts.   Regards, Shane

Re: (RADIATOR) Logging in a database with a proxying realm

2001-12-20 Thread Hugh Irvine
Hello Alex - I suspect there may be some confusion in what you are trying to do. An AuthLog SQL clause will only log authentication requests, not accounting requests, and your configuration below looks like you want to record accounting requests. If you do want to log accounting records, her

(RADIATOR) Logging in a database with a proxying realm

2001-12-20 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from ["Alex Fritz" <[EMAIL PROTECTED]>] Date: Thu, 20 Dec 2001 10:48:19 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] >From [EMAIL PROTECTED] Thu Dec 20 10:48:18 2001 Received: from ncn

Re: (RADIATOR) Logging question

2001-10-22 Thread Hugh Irvine
Hello Steve - On Tuesday 23 October 2001 05:12, Stephen Caporossi wrote: > I am trying to setup radiator to log our VPN users to a different file > than PPP users. We have several PPP and VPN servers and I do not want > each to log to it's own file. Is there a way to do this? Is there some >

(RADIATOR) Logging question

2001-10-22 Thread Stephen Caporossi
I am trying to setup radiator to log our VPN users to a different file than PPP users. We have several PPP and VPN servers and I do not want each to log to it's own file. Is there a way to do this? Is there some method of putting a name/variable, such as PPP or VPN in the client clause that log

Re: (RADIATOR) Logging elapsed time?

2001-09-17 Thread Hugh Irvine
Hello Griff - On Tuesday 18 September 2001 07:36, Griff Hamlin, III wrote: > Hello, > > Is there anyway to log in trace mode 3 the amount of time that elapses > between when radiusd receives an auth request and it actually responds > to it? Thanks. > The only way I can think of to do this is wi

(RADIATOR) Logging elapsed time?

2001-09-17 Thread Griff Hamlin, III
Hello, Is there anyway to log in trace mode 3 the amount of time that elapses between when radiusd receives an auth request and it actually responds to it? Thanks. Griff Hamlin, III === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email

Re: (RADIATOR) Logging to file without open/close per message

2001-09-03 Thread Hugh Irvine
Hello Steinar - > > >We log out Radiator account messages to file, with the LogFile keyword. >However, both this and results in the logfile being opened >and closed once per message logged. As far as we can see, this is a >reasonably significant source of overhead. > >I know we can use SYSLOG l

(RADIATOR) Logging to file without open/close per message

2001-09-03 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [[EMAIL PROTECTED]] Date: Mon, 3 Sep 2001 12:58:36 -0500 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] >From [EMAIL PROTECTED] Mon Sep 3 12:58:36 2001 Received: from verdi.nethelp.no (v

Re: (RADIATOR) Logging to SQL DB

2001-08-28 Thread Hugh Irvine
Hello Magnus - The answer to this depends somewhat on what else you are doing, however here is one way to do it. # define AuthBy clauses Identifier SQLAccounting DBSource ... DBUsername DBAuth . # empty AuthSelect (no authentication) A

(RADIATOR) Logging to SQL DB

2001-08-28 Thread Magnus E. Sigurdsson
Hi,   Is it possible to set up Radiator in such a way so that I can get it to authenticate by one method and log accounting to an SQL DB? Specifically I need to proxy authentication requests to another Radius server using but I'd still like to log to our MS SQL 7 DB.   Thanks,   Magnus E. S

(RADIATOR) logging client IP.

2001-08-23 Thread Griff Hamlin
Hello, I want to have a PreClientHook that logs the client ip address (%c). How can I get the %c character to translate into my code? PreClientHook sub { &main::log($main::LOG_INFO, "Client IP is %c"); } Thanks. Griff Hamlin, III === Archive at http://www.open.com.au/archives/radiator/ Announ

Re: (RADIATOR) Logging multiple access?

2001-03-27 Thread Hugh Irvine
Hello Brett - The log file will show this and you can also set up additional clauses. See section 6.43 in the Radiator 2.18 reference manual. BTW - I encourage you to read the manual thoroughly at least once. regards Hugh At 11:19 +1000 01/3/28, Brett Murphy wrote: >Hi All, >I have enabl

(RADIATOR) Logging multiple access?

2001-03-27 Thread Brett Murphy
Hi All, I have enabled MaxSessions 1, how do I see who is trying to login in twice? All the best, Brett Murphy Director, Alphalink (Australia) PTY LTD ph: +61 3 9495-9000 fax: +61 3 9486-6822 email: [EMAIL PROTECTED] The contents of this message may not be quoted, copied, reproduced or publish

Re: (RADIATOR) logging accounting to a seperate server?

2001-02-22 Thread Hugh Irvine
Hello Jamie - At 15:55 -0500 01/2/21, Jamie Orzechowski wrote: >Hello ... I would like to know if it's possible to authenticate via one >method (AuthBy FILE) and do accounting via AuthBy RODOPI > >so all auth requests are handled via Auth FILE and all Accounting requests >are handled via AuthBy

RE: (RADIATOR) logging accounting to a seperate server?

2001-02-21 Thread Ingvar Berg (ERA)
other for accounting (AcctPort 1813, AuthPort ) /Ingvar -Original Message- From: Jamie Orzechowski [mailto:[EMAIL PROTECTED]] Sent: den 22 februari 2001 04:14 To: [EMAIL PROTECTED] Subject: (RADIATOR) logging accounting to a seperate server? Hello ... I would like to know if it

(RADIATOR) logging accounting to a seperate server?

2001-02-21 Thread Jamie Orzechowski
Hello ... I would like to know if it's possible to authenticate via onemethod (AuthBy FILE) and do accounting via AuthBy RODOPIso all auth requests are handled via Auth FILE and all Accounting requestsare handled via AuthBy RODOPIany ideas how this can be done?

(RADIATOR) logging accounting to a seperate server?

2001-02-21 Thread Jamie Orzechowski
Hello ... I would like to know if it's possible to authenticate via one method (AuthBy FILE) and do accounting via AuthBy RODOPI so all auth requests are handled via Auth FILE and all Accounting requests are handled via AuthBy RODOPI any ideas how this can be done? === Archive at http://www.st

(RADIATOR) logging accounting to a seperate server?

2001-02-21 Thread Mike McCauley
--- Forwarded mail from [EMAIL PROTECTED] Date: Thu, 22 Feb 2001 07:40:22 +1100 (EST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from ["Jamie Orzechowski" <[EMAIL PROTECTED]>] >From mikem Thu Feb 22 07:40:14 2001 Received: by oscar

Re: (RADIATOR) Logging IP Addresses

2001-01-28 Thread Hugh Irvine
Hello Eric - On Saturday 27 January 2001 06:36, Eric Elliston wrote: > > I am using Platypus (SQL 7.0 Database) to store all my radius information. > I need to be able to set it up where I can also log the IP address a user > is assigned when he logs onto our system. What module does the repor

(RADIATOR) Logging IP Addresses

2001-01-26 Thread Eric Elliston
Title: Logging IP Addresses I am using Platypus (SQL 7.0 Database) to store all my radius information.  I need to be able to set it up where I can also log the IP address a user is assigned when he logs onto our system.  What module does the reporting to the SQL database? Thank you, Eric

(RADIATOR) Logging Accounting requests

2000-12-06 Thread Mike McCauley
--- Mike McCauley [EMAIL PROTECTED] Open System Consultants +61 3 9598 0985 Mike is travelling right now, and there may be delays in our correspondence. -O

IMPORTANT - Re: (RADIATOR) Logging of password in Radiator 2.17.1

2000-11-28 Thread Hugh Irvine
Hello Jamie - On Wed, 29 Nov 2000, Jamie Orzechowski wrote: > > Hello! ... I just upgraded to 2.17.1 > > Our old radius used to log the password typed by the user which was very informative for tech support purposes ... I was wondering if anyone know how to do this in radiator via a .cfg file

(RADIATOR) Logging of password??

2000-11-28 Thread Jamie Orzechowski
Hello! ... I just upgraded to 2.17.1   Our old radius used to log the password typed by the user which was very informative for tech support purposes ... I was wondering if anyone know how to do this in radiator via a .cfg file or what to modify in the .pm modules to make this work ... any id

RE: (RADIATOR) Logging Timestamp

2000-10-12 Thread Anton Sparrius
Hi, FYI I've added a little code to add a "milliseconds" report to the log file. You need to download and install the Time-HiRes-01.20.tar.gz package which can be downloaded from CPAN. Then, a small adjustment to LogFILE.pm, (at the beginning of the module) use Time::HiRes qw( usleep ualarm g

Re: (RADIATOR) Logging Timestamp

2000-10-12 Thread Hugh Irvine
Hello Anton - On Thu, 12 Oct 2000, Anton Sparrius wrote: > Hi, > > When logging Radiator timestamps each log entry as : > > Thu Oct 12 19:01:42 2000: > > I need to get this to show more accuracy than just seconds. > > The code is in LogFILE.pm which says : > > my $ctime = localtime(time); >

(RADIATOR) Logging Timestamp

2000-10-12 Thread Anton Sparrius
Hi, When logging Radiator timestamps each log entry as : Thu Oct 12 19:01:42 2000: I need to get this to show more accuracy than just seconds. The code is in LogFILE.pm which says : my $ctime = localtime(time); my $message = "$ctime: $Radius::Log::priorityToString[$p]: $s\n"; Can this be cha

Re: (RADIATOR) Logging stops while server appears to be still working

2000-08-28 Thread Mike McCauley
, Hugh Irvine wrote: > Subject: Re: (RADIATOR) Logging stops while server appears to be still wor > > Hello James - > > The log below appears to show that the LDAP server has stopped > responding for some reason. I have copied this mail to Mike to see if > he has any ideas.

Re: (RADIATOR) Logging stops while server appears to be stillworking

2000-08-28 Thread Hugh Irvine
Hello James - The log below appears to show that the LDAP server has stopped responding for some reason. I have copied this mail to Mike to see if he has any ideas. regards Hugh At 14:36 -0600 28/8/00, James Savoy wrote: >Hello everyone, > > I am having the same problems that Paul is

Re: (RADIATOR) Logging stops while server appears to be still working

2000-08-28 Thread James Savoy
Hello everyone, I am having the same problems that Paul is having. We recently upgraded from Radiator 2.13 on Solaris 2.6 to Radiator 2.16.1 on Solaris 2.7. While we have had no problems at all with authentication, our logging seems to quit on us after just a few hours. The logfile consisten

Re: (RADIATOR) Logging stops while server appears to be still working

2000-08-18 Thread Hugh Irvine
Hello Paul - The excerpt of the log file below appears to show that Radiator has crashed and restarted. Could you send me a copy of the configuration file (no secrets) and a more complete trace 4 showing what happens before what you see below? thanks Hugh > > I am having a weird problem wit

(RADIATOR) Logging stops while server appears to be still working

2000-08-18 Thread Mike McCauley
--- Forwarded mail from [EMAIL PROTECTED] Date: Fri, 18 Aug 2000 18:10:23 +1000 (EST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Paul van der Zwan - Sun Professional Services <[EMAIL PROTECTED]>] >From mikem Fri Aug 18 18:10:

RE: (RADIATOR) Logging attributes by integer..

2000-05-22 Thread Dave Kitabjian
; To: Mike Nerone; [EMAIL PROTECTED] > Subject: Re: (RADIATOR) Logging attributes by integer.. > > > > Hello Mike - > > On Sat, 20 May 2000, Mike Nerone wrote: > > > > When using AcctColumnDef, you can tell Radiator to log a particular > > attribute by its inte

Re: (RADIATOR) Logging attributes by integer..

2000-05-19 Thread Hugh Irvine
Hello Mike - On Sat, 20 May 2000, Mike Nerone wrote: > > When using AcctColumnDef, you can tell Radiator to log a particular > attribute by its integer value, which is what I want to do. Unfortunately, > I'm not using AcctColumnDef, I'm using my own AcctSQLStatement for more > flexibility. Spec

(RADIATOR) Logging attributes by integer..

2000-05-19 Thread Mike Nerone
When using AcctColumnDef, you can tell Radiator to log a particular attribute by its integer value, which is what I want to do. Unfortunately, I'm not using AcctColumnDef, I'm using my own AcctSQLStatement for more flexibility. Specifically, I'm using the following:    AcctSQLStatement  

  1   2   >