Re: [RADIATOR] run exe file after accounting stop

2013-01-19 Thread Thomas KCCG
Hello Hugh,
I have already checked the "hooks.txt" file but I did not find the hook
configuration lines which would fulfill my requirements, as stated in my
previous emails. Can you send me the exact config lines for the purpose
which I had requested? We are about to buy the radiator full license after
getting this done, so please help me out. 
 Regards,
Thomas Kurian

-Original Message-
From: Hugh Irvine [mailto:h...@open.com.au] 
Sent: Friday, January 18, 2013 11:06 PM
To: Thomas KCCG
Cc: 'Alexander Hartmaier'; radiator@open.com.au
Subject: Re: [RADIATOR] run exe file after accounting stop


Hello Thomas -

There are many examples of hook code in the Radiator 4.11 distribution in
"goodies/hooks.txt".

regards

Hugh


On 18 Jan 2013, at 23:33, "Thomas KCCG"  wrote:

> Dear Hugh & Alexander,
> We already a separate 3rd party AAA server handling the authentication 
> and radiator is the meant to handle only the accounting of quota based 
> user with respect to accounting stop packet received from the cisco ISG
(NAS).
> 
> Alexander/Hugh , I am totaling new to perl programming and this task 
> needs to be completed soon. Can you please help me by sending me the 
> configuration lines to be added in radiator config file , for running an "
.exe file"
> after receiving "accounting stop" packet from the NAS (cisco ISG).  
> Thanks for the advice & link on hooks you have sent me, but it is too 
> advanced for me to understand as a beginner to perl programming. 
> Hoping you will understand my situation and help me out & provide me 
> with some kind of an example to work/build on.
> 
> Thanks and best regards,
> Thomas Kurian
> 
> 
> -Original Message-
> From: Hugh Irvine [mailto:h...@open.com.au]
> Sent: Friday, January 18, 2013 12:11 AM
> To: Thomas KCCG; Alexander Hartmaier
> Cc: radiator@open.com.au
> Subject: Re: [RADIATOR] run exe file after accounting stop
> 
> 
> Hello Thomas -
> 
> This is one of the good reasons for running two instances of Radiator 
> - one for authentication listening on the authentication port, and one 
> for accounting listening on the accounting port.
> 
> regards
> 
> Hugh
> 
> 
> On 17 Jan 2013, at 23:59, Alexander Hartmaier 
>  wrote:
> 
>> Hi Thomas,
>> 
>> the hooks are just regular Perl code so look at perldoc, either on 
>> the cli
> or perldoc.perl.org.
>> 
>> You want system [1] but note that the Radiator process will wait for 
>> it to
> exit until it continues process which might introduce a performance
problem.
>> 
>> [1] http://perldoc.perl.org/functions/system.html
>> 
>> Best regards, Alex
>> 
>> On 2013-01-17 13:32, Thomas KCCG wrote:
>>> Hello Guys,
>>>What are the hook configuration lines required for
> running  an ".exe file" after the radiator receives an accounting stop 
> packet from the NAS (cisco ISG).
>>> 
>>> As there are no examples in the radiator documentations, goodies 
>>> folder
> or mailing lists archives I really need your help on this.
>>> 
>>> 
>>> Thanks & Best Regards,
>>> 
>>> Thomas Kurian
>>> 
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> radiator mailing list
>>> 
>>> radiator@open.com.au
>>> http://www.open.com.au/mailman/listinfo/radiator
>> 
>> 
>> 
>> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
>> *"*"*"* T-Systems Austria GesmbH Rennweg 97-99, 1030 Wien 
>> Handelsgericht Wien, FN 79340b 
>> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
>> *"*"*"*
>> Notice: This e-mail contains information that is confidential and may 
>> be
> privileged.
>> If you are not the intended recipient, please notify the sender and 
>> then delete this e-mail immediately.
>> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
>> *"*"*"* ___
>> radiator mailing list
>> radiator@open.com.au
>> http://www.open.com.au/mailman/listinfo/radiator
> 
> 
> --
> 
> Hugh Irvine
> h...@open.com.au
> 
> 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, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc.
> 
> Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.
> 
> 
> 
> 


--

Hugh Irvine
h...@open.com.au

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, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc.

Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.




___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


Re: [RADIATOR] run exe file after accounting stop

2013-01-18 Thread Hugh Irvine

Hello Thomas -

There are many examples of hook code in the Radiator 4.11 distribution in 
"goodies/hooks.txt".

regards

Hugh


On 18 Jan 2013, at 23:33, "Thomas KCCG"  wrote:

> Dear Hugh & Alexander,
> We already a separate 3rd party AAA server handling the authentication and
> radiator is the meant to handle only the accounting of quota based user with
> respect to accounting stop packet received from the cisco ISG (NAS).
> 
> Alexander/Hugh , I am totaling new to perl programming and this task needs
> to be completed soon. Can you please help me by sending me the configuration
> lines to be added in radiator config file , for running an " .exe file"
> after receiving "accounting stop" packet from the NAS (cisco ISG).  
> Thanks for the advice & link on hooks you have sent me, but it is too
> advanced for me to understand as a beginner to perl programming. Hoping you
> will understand my situation and help me out & provide me with some kind of
> an example to work/build on.
> 
> Thanks and best regards,
> Thomas Kurian
> 
> 
> -Original Message-
> From: Hugh Irvine [mailto:h...@open.com.au] 
> Sent: Friday, January 18, 2013 12:11 AM
> To: Thomas KCCG; Alexander Hartmaier
> Cc: radiator@open.com.au
> Subject: Re: [RADIATOR] run exe file after accounting stop
> 
> 
> Hello Thomas -
> 
> This is one of the good reasons for running two instances of Radiator - one
> for authentication listening on the authentication port, and one for
> accounting listening on the accounting port.
> 
> regards
> 
> Hugh
> 
> 
> On 17 Jan 2013, at 23:59, Alexander Hartmaier
>  wrote:
> 
>> Hi Thomas,
>> 
>> the hooks are just regular Perl code so look at perldoc, either on the cli
> or perldoc.perl.org.
>> 
>> You want system [1] but note that the Radiator process will wait for it to
> exit until it continues process which might introduce a performance problem.
>> 
>> [1] http://perldoc.perl.org/functions/system.html
>> 
>> Best regards, Alex
>> 
>> On 2013-01-17 13:32, Thomas KCCG wrote:
>>> Hello Guys,
>>>What are the hook configuration lines required for
> running  an ".exe file" after the radiator receives an accounting stop
> packet from the NAS (cisco ISG).
>>> 
>>> As there are no examples in the radiator documentations, goodies folder
> or mailing lists archives I really need your help on this.
>>> 
>>> 
>>> Thanks & Best Regards,
>>> 
>>> Thomas Kurian
>>> 
>>> 
>>> 
>>> 
>>> 
>>> ___
>>> radiator mailing list
>>> 
>>> radiator@open.com.au
>>> http://www.open.com.au/mailman/listinfo/radiator
>> 
>> 
>> 
>> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
>> *"*"*"* T-Systems Austria GesmbH Rennweg 97-99, 1030 Wien 
>> Handelsgericht Wien, FN 79340b
>> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
>> *"*"*"*
>> Notice: This e-mail contains information that is confidential and may be
> privileged.
>> If you are not the intended recipient, please notify the sender and 
>> then delete this e-mail immediately.
>> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
>> *"*"*"* ___
>> radiator mailing list
>> radiator@open.com.au
>> http://www.open.com.au/mailman/listinfo/radiator
> 
> 
> --
> 
> Hugh Irvine
> h...@open.com.au
> 
> 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, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc.
> 
> Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.
> 
> 
> 
> 


--

Hugh Irvine
h...@open.com.au

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, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. 
Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.

___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


Re: [RADIATOR] run exe file after accounting stop

2013-01-18 Thread Thomas KCCG
Dear Hugh & Alexander,
We already a separate 3rd party AAA server handling the authentication and
radiator is the meant to handle only the accounting of quota based user with
respect to accounting stop packet received from the cisco ISG (NAS).

Alexander/Hugh , I am totaling new to perl programming and this task needs
to be completed soon. Can you please help me by sending me the configuration
lines to be added in radiator config file , for running an " .exe file"
after receiving "accounting stop" packet from the NAS (cisco ISG).  
Thanks for the advice & link on hooks you have sent me, but it is too
advanced for me to understand as a beginner to perl programming. Hoping you
will understand my situation and help me out & provide me with some kind of
an example to work/build on.

Thanks and best regards,
Thomas Kurian


-Original Message-
From: Hugh Irvine [mailto:h...@open.com.au] 
Sent: Friday, January 18, 2013 12:11 AM
To: Thomas KCCG; Alexander Hartmaier
Cc: radiator@open.com.au
Subject: Re: [RADIATOR] run exe file after accounting stop


Hello Thomas -

This is one of the good reasons for running two instances of Radiator - one
for authentication listening on the authentication port, and one for
accounting listening on the accounting port.

regards

Hugh


On 17 Jan 2013, at 23:59, Alexander Hartmaier
 wrote:

> Hi Thomas,
> 
> the hooks are just regular Perl code so look at perldoc, either on the cli
or perldoc.perl.org.
> 
> You want system [1] but note that the Radiator process will wait for it to
exit until it continues process which might introduce a performance problem.
> 
> [1] http://perldoc.perl.org/functions/system.html
> 
> Best regards, Alex
> 
> On 2013-01-17 13:32, Thomas KCCG wrote:
>> Hello Guys,
>> What are the hook configuration lines required for
running  an ".exe file" after the radiator receives an accounting stop
packet from the NAS (cisco ISG).
>>  
>> As there are no examples in the radiator documentations, goodies folder
or mailing lists archives I really need your help on this.
>>  
>>  
>> Thanks & Best Regards,
>>  
>> Thomas Kurian
>>  
>>  
>>  
>> 
>> 
>> ___
>> radiator mailing list
>> 
>> radiator@open.com.au
>> http://www.open.com.au/mailman/listinfo/radiator
> 
> 
> 
> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
> *"*"*"* T-Systems Austria GesmbH Rennweg 97-99, 1030 Wien 
> Handelsgericht Wien, FN 79340b
> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
> *"*"*"*
> Notice: This e-mail contains information that is confidential and may be
privileged.
> If you are not the intended recipient, please notify the sender and 
> then delete this e-mail immediately.
> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"
> *"*"*"* ___
> radiator mailing list
> radiator@open.com.au
> http://www.open.com.au/mailman/listinfo/radiator


--

Hugh Irvine
h...@open.com.au

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, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP, DIAMETER etc.

Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.




___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


Re: [RADIATOR] run exe file after accounting stop

2013-01-17 Thread Hugh Irvine

Hello Thomas -

This is one of the good reasons for running two instances of Radiator - one for 
authentication listening on the authentication port, and one for accounting 
listening on the accounting port.

regards

Hugh


On 17 Jan 2013, at 23:59, Alexander Hartmaier 
 wrote:

> Hi Thomas,
> 
> the hooks are just regular Perl code so look at perldoc, either on the cli or 
> perldoc.perl.org.
> 
> You want system [1] but note that the Radiator process will wait for it to 
> exit until it continues process which might introduce a performance problem.
> 
> [1] http://perldoc.perl.org/functions/system.html
> 
> Best regards, Alex
> 
> On 2013-01-17 13:32, Thomas KCCG wrote:
>> Hello Guys,
>> What are the hook configuration lines required for running  
>> an “.exe file” after the radiator receives an accounting stop packet from 
>> the NAS (cisco ISG).
>>  
>> As there are no examples in the radiator documentations, goodies folder or 
>> mailing lists archives I really need your help on this.
>>  
>>  
>> Thanks & Best Regards,
>>  
>> Thomas Kurian
>>  
>>  
>>  
>> 
>> 
>> ___
>> radiator mailing list
>> 
>> radiator@open.com.au
>> http://www.open.com.au/mailman/listinfo/radiator
> 
> 
> 
> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
> T-Systems Austria GesmbH Rennweg 97-99, 1030 Wien
> Handelsgericht Wien, FN 79340b
> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
> Notice: This e-mail contains information that is confidential and may be 
> privileged.
> If you are not the intended recipient, please notify the sender and then
> delete this e-mail immediately.
> *"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
> ___
> radiator mailing list
> radiator@open.com.au
> http://www.open.com.au/mailman/listinfo/radiator


--

Hugh Irvine
h...@open.com.au

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, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. 
Full source on Unix, Windows, MacOSX, Solaris, VMS, NetWare etc.

___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


Re: [RADIATOR] run exe file after accounting stop

2013-01-17 Thread Alexander Hartmaier
Hi Thomas,

the hooks are just regular Perl code so look at perldoc, either on the cli or 
perldoc.perl.org.

You want system [1] but note that the Radiator process will wait for it to exit 
until it continues process which might introduce a performance problem.

[1] http://perldoc.perl.org/functions/system.html

Best regards, Alex

On 2013-01-17 13:32, Thomas KCCG wrote:
Hello Guys,
What are the hook configuration lines required for running  an 
".exe file" after the radiator receives an accounting stop packet from the NAS 
(cisco ISG).

As there are no examples in the radiator documentations, goodies folder or 
mailing lists archives I really need your help on this.


Thanks & Best Regards,

Thomas Kurian






___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator



*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
T-Systems Austria GesmbH Rennweg 97-99, 1030 Wien
Handelsgericht Wien, FN 79340b
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
Notice: This e-mail contains information that is confidential and may be 
privileged.
If you are not the intended recipient, please notify the sender and then
delete this e-mail immediately.
*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*"*
___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator

[RADIATOR] run exe file after accounting stop

2013-01-17 Thread Thomas KCCG
Hello Guys,

What are the hook configuration lines required for running
an ".exe file" after the radiator receives an accounting stop packet from
the NAS (cisco ISG).

 

As there are no examples in the radiator documentations, goodies folder or
mailing lists archives I really need your help on this. 

 

 

Thanks & Best Regards,

 

Thomas Kurian

 

 

 

___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator