(RADIATOR) Foundry Devices

2003-06-20 Thread Bret Jordan
When trying to setup my foundry devices to use radius (radiator) how to I hand back the: foundry-privilege-level = 0 and foundry-command-string = blacommand *; otherblacommand * I tried locating that directly in the users file for the said user, but that does not work... What am I doing

Re: (RADIATOR) Foundry Devices

2003-06-20 Thread Hugh Irvine
Hello Bret - Yes you can put these in the user records like this: someuser Password = x foundry-priviledge-level = Superuser, foundry-command-string = 'some command string .' User entries start in column 1 with the username and the check items on the first line, with the

(RADIATOR) PEAP authentication problems ...

2003-06-20 Thread Peter Weik
Hi all, I am testing authentication in a WLAN with Windows XP (SP1) client and somehow have trouble to make it work. My set-up: Access point: Intel PRO/Wireless 5000 Client: Win XP with Service Pack 1 installed Radiator with the eap_peap.cfg file from /goodies Certificates on the cleint and

Re: (RADIATOR) PEAP authentication problems ...

2003-06-20 Thread Mike McCauley
Hello, The small part of the log file you sent seems to show that some part of the EAP support failed to load properly. Its hard to be sure, but this is probably due to a required perl module not being installed. If you look earlier in your log file , you might see an error message saying

RE: (RADIATOR) PEAP authentication problems ...

2003-06-20 Thread Matthew Trout
It's pretty much certainly a Perl dependency try running perl -e 'use Radius::EAP_25;' to try and load the module and see what errors you get From memory, I think you need Digest::MD5, MD4, SHA1 and the Digest::HMAC_* modules -Original Message- From: Mike McCauley [mailto:[EMAIL

Re: (RADIATOR) Radiator freezing intermitantly

2003-06-20 Thread Brian Fisk
We had more troubles yesterday and the problem that is happening is when we have radiator setup to bind on a secondary ip of the machine. When I took out the bind address statement, which should make radiator listen on all ip's, it still wouldn't work. I had to set our dialup equipment to use

(RADIATOR) Wireless Access Points that can do Radius Accounting

2003-06-20 Thread Bon sy
Hello all, I asked this before but so far have no luck. Did anyone in the list manage to get accounting to work properly in Orinoco/Proxim AP-2000/2500 under EAP authentication mode? We have problems on the accounting start request. Radiator either ignores it or never receives it. Alive

Re: (RADIATOR) Wireless Access Points that can do Radius Accounting

2003-06-20 Thread Bret Jordan
Did you not get my email from last night? We are using it and it works great.. Here is my email from last night... Proxim AP 2000 / Avaya AP3 (same AP) 802.11a and 802.11b cards in the radio Radiator 3.6 Meetinghouse 2.0.5 802.1x client EAP-TTLS with phase 2 authentication being PAP. (We allow

(RADIATOR) Usering the %u in PreAuth/PostAuth Hook

2003-06-20 Thread Ken Wolstencroft
I am using Prefix in a Handler to select a particular user type. The problem I have is that the Prefix function is stripping the Prefix and rewriting the User-Name attribute. I need to use the full unstripped username in a PreAuth/PostAuth Hook. Is it possible to obtain %u or equivalent in these

RE: (RADIATOR) What does this mean?

2003-06-20 Thread Craig Gittens
Fri Jun 20 12:03:33 2003: ERR: Error in PreHandlerHook(): Can't use string (%L\vpr) as a subroutine ref while strict refs in use at C:/Perl/site/lib/Radius/Configurable.pm line 460. I now have in the MSSQL field: %L\\vpr If I put in just %L\vpr I get: Fri Jun 20 12:00:03 2003: ERR: Error in

Re: (RADIATOR) What does this mean?

2003-06-20 Thread Hugh Irvine
Hello Craig - If your Client definitions are in a ClientListSQL clause, you cannot use a file reference for the hook code (the database field itself must contain the hook code). This is less than useful I know. To address this issue, one of our Radiator users contributed this (from the

Re: (RADIATOR) Usering the %u in PreAuth/PostAuth Hook

2003-06-20 Thread Hugh Irvine
Hello Ken - Yes you can use any of the special characters by calling format_special in your hook code: my $username = Radius::Util::format_special('%u', $p); There are examples of using this in the file goodies/hooks.txt. regards Hugh On Saturday, Jun 21, 2003, at 02:20

Re: (RADIATOR) Radiator freezing intermitantly

2003-06-20 Thread Hugh Irvine
Hello Brian - On machines with multiple interfaces, this is usually due to the radius response being sent back to the client from a different IP address to that from which the request was received (ie the response was sent via a different interface). Using a sniffer to check the packet flow