(RADIATOR) TTLS and Alfa Ariss Client

2004-01-05 Thread Sevcik Berndt
I use Windows XP SP1 with the Alfa and Aris TTLS Client Version 1.0.8. I tried to authenticate my Laptop with TTLS and it is not working. But the Debug Output shows me an Access-Accept Message. Bevor I started using TTLS I used PEAP with the Supplicant from Windows XP and had no problems with the

(RADIATOR) Shutdown in a Hook

2004-01-05 Thread Jerome Fleury
Hello there, under certain conditions, I would like Radiator to shutdown itself inside a hook. I tried: if ($@) { main::log($main::LOG_ERROR, (jeje) cannot recreate data structures from \$config_file\: [EMAIL PROTECTED] Exiting.) if $@; close CONF;

Re: (RADIATOR) Shutdown in a Hook

2004-01-05 Thread Matthew Trout
On Mon, Jan 05, 2004 at 06:16:17PM +0100, Jerome Fleury wrote: Hello there, under certain conditions, I would like Radiator to shutdown itself inside a hook. I tried: if ($@) { main::log($main::LOG_ERROR, (jeje) cannot recreate data structures from \$config_file\: [EMAIL

RE: (RADIATOR) Shutdown in a Hook

2004-01-05 Thread Frank Danielson
How about using- kill '1',$$ or if you are in a hurry- kill '9',$$ Using kill 1 should allow Radiator to execute any shutdown hooks you have and otherwise exit normally. -Frank -Original Message- From: Jerome Fleury [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 12:16 PM

Re: (RADIATOR) Shutdown in a Hook

2004-01-05 Thread Robert Blayzor
On 1/5/04 1:49 PM, Frank Danielson [EMAIL PROTECTED] wrote: How about using- kill '1',$$ or if you are in a hurry- kill '9',$$ Actually if you are in that much a hurry why bother with kill when you can just exit(); -- Robert Blayzor, BOFH INOC, LLC [EMAIL PROTECTED] PGP:

(RADIATOR) Cisco 1200-Radius-LDAP

2004-01-05 Thread Joe Honnold
We are evaluating the deployment of a wireless solution using Cisco 1200 AP's. The requirement for the deployment is to use our existing Radiator server and LDAP server. I have looked through the list archives and see LEAP is out seeing that user passwords are encrypted (SHA1) in LDAP. As far

Re: (RADIATOR) Shutdown in a Hook

2004-01-05 Thread Hugh Irvine
Salut Jerome - Bonne Annee! The main::shutdown routine does not itself stop the server. Have a look at the code in radiusd in the Radiator 3.8 top level distribution directory. regards Hugh On 06/01/2004, at 4:16 AM, Jerome Fleury wrote: Hello there, under certain conditions, I would like

Re: (RADIATOR) TTLS and Alfa Ariss Client

2004-01-05 Thread Hugh Irvine
Hello Berndt - Thanks for sending the configuration and debug. As far as I can see Radiator is operating correctly, with as you say an Access-Accept being sent back to the Client. It even seems that the session starts as there is an Accounting-Start received immediately following. It may

Re: (RADIATOR) Cisco 1200-Radius-LDAP

2004-01-05 Thread Hugh Irvine
Hello Joe - Pretty much your only choice with encrypted passwords in your database is TTLS-PAP. I believe the clients that support this include the MDC Aegis, Odyssey and Alfa+Ariss. See the links at: http://www.open.com.au/radiator/technical.html#wireless You will find an example