(RADIATOR) How to handle Accounting request in AuthURL

2003-08-26 Thread anyiu

> Dear Support,
> 
> We are using AuthURL to do the authentication. In AuthURL.pm 
> module, i cannot see any function to handle accounting information 
> (e.g. listen accounting request, write accounting information). 
> Can you 
> teach me how to handle the accounting issue in AuthURL? 
> 
>   Thank you very much for your support.
> 
> Regards,
> Angus
> 

===
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) How to handle Accounting request in AuthURL

2003-08-26 Thread anyiu
Dear Support,

 We are using AuthURL to do the authentication. In AuthURL.pm 
module, i cannot see any function to handle accounting information 
(e.g. listen accounting request, write accounting information). Can you 
teach me how to handle the accounting issue in AuthURL? 

   Thank you very much for your support.

Regards,
Angus

===
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) How to handle Accounting request in AuthURL

2003-08-26 Thread Hugh Irvine
Hello Angus -

How do you want to store the accounting information?

You should use the AcctLogFileName parameter in the Realm or Handler if 
you want to use a file, or you should use an additional AuthBy SQL 
clause if you want to store the accounting to an SQL database.

See sections 6.16.4 and 6.28 in the Radiator 3.6 reference manual 
("doc/ref.html").

regards

Hugh

On Tuesday, Aug 26, 2003, at 16:52 Australia/Melbourne, 
[EMAIL PROTECTED] wrote:


Dear Support,

We are using AuthURL to do the authentication. In AuthURL.pm
module, i cannot see any function to handle accounting information
(e.g. listen accounting request, write accounting information).
Can you
teach me how to handle the accounting issue in AuthURL?
  Thank you very much for your support.

Regards,
Angus
===
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.

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?
--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
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) How to handle Accounting request in AuthURL

2003-08-26 Thread Frank Danielson
Hugh-

I can't speak for Angus but it makes sense that if you are passing
authentication reqests to an external system using AuthBy URL that you may
want to pass accounting requests to that same system.

It's something that we have looked at since we have a lot of internal talent
in developing java webapps and it would be relatively easy to develop http
interfaces to some of our systems.

Just a thought.

-Frank

-Original Message-
From: Hugh Irvine [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 26, 2003 4:14 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED]
Subject: Re: (RADIATOR) How to handle Accounting request in AuthURL



Hello Angus -

How do you want to store the accounting information?

You should use the AcctLogFileName parameter in the Realm or Handler if 
you want to use a file, or you should use an additional AuthBy SQL 
clause if you want to store the accounting to an SQL database.

See sections 6.16.4 and 6.28 in the Radiator 3.6 reference manual 
("doc/ref.html").

regards

Hugh


On Tuesday, Aug 26, 2003, at 16:52 Australia/Melbourne, 
[EMAIL PROTECTED] wrote:

>
>> Dear Support,
>>
>> We are using AuthURL to do the authentication. In AuthURL.pm
>> module, i cannot see any function to handle accounting information
>> (e.g. listen accounting request, write accounting information).
>> Can you
>> teach me how to handle the accounting issue in AuthURL?
>>
>>   Thank you very much for your support.
>>
>> Regards,
>> Angus
>>
>
> ===
> 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.
>
>

NB: have you included a copy of your configuration file (no secrets),
together with a trace 4 debug showing what is happening?

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.

===
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.
===
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) How to handle Accounting request in AuthURL

2003-08-28 Thread Mike McCauley
Hello All,


On Tue, 26 Aug 2003 11:12 pm, Frank Danielson wrote:
> Hugh-
>
> I can't speak for Angus but it makes sense that if you are passing
> authentication reqests to an external system using AuthBy URL that you may
> want to pass accounting requests to that same system.
>
> It's something that we have looked at since we have a lot of internal
> talent in developing java webapps and it would be relatively easy to
> develop http interfaces to some of our systems.
>
> Just a thought.

Yes, this is a good thought.

We have now added a new paramter AcctUrl, which is the URL that will be used 
for handling accounting requests. All the Radius attributes in the accounting 
request will be sent as HTTP tags using GET or POST, depending on the setting 
of UrlMethod.

The new version of AuthURL.pm is now available in the 3.6 patches area.
Feedback to me.
Cheers.


>
> -Frank
>
> -Original Message-
> From: Hugh Irvine [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 4:14 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED];
> [EMAIL PROTECTED]
> Subject: Re: (RADIATOR) How to handle Accounting request in AuthURL
>
>
>
> Hello Angus -
>
> How do you want to store the accounting information?
>
> You should use the AcctLogFileName parameter in the Realm or Handler if
> you want to use a file, or you should use an additional AuthBy SQL
> clause if you want to store the accounting to an SQL database.
>
> See sections 6.16.4 and 6.28 in the Radiator 3.6 reference manual
> ("doc/ref.html").
>
> regards
>
> Hugh
>
>
> On Tuesday, Aug 26, 2003, at 16:52 Australia/Melbourne,
>
> [EMAIL PROTECTED] wrote:
> >> Dear Support,
> >>
> >> We are using AuthURL to do the authentication. In AuthURL.pm
> >> module, i cannot see any function to handle accounting information
> >> (e.g. listen accounting request, write accounting information).
> >> Can you
> >> teach me how to handle the accounting issue in AuthURL?
> >>
> >>   Thank you very much for your support.
> >>
> >> Regards,
> >> Angus
> >
> > ===
> > 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.
>
> NB: have you included a copy of your configuration file (no secrets),
> together with a trace 4 debug showing what is happening?

-- 
Mike McCauley   [EMAIL PROTECTED]
Open System Consultants Pty. LtdUnix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985   Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS, 
TTLS, PEAP etc on Unix, Windows, MacOS etc.

===
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.