Re: (RADIATOR) Problems with settings Session-Timeout(s)

2003-02-25 Thread Bogdan TARU
Hi Hugh all, Well, the problem is that when sending Session-Timeouts, the Cisco machine is not giving the IP address back in the 'disconnect' reply. You can see it at http://bgd.icomag.de/cisco/radius.txt The cisco configuration can be found at:

RE: (RADIATOR) make test in Radiator 3.5

2003-02-25 Thread William Hernandez
Hugh and Mike, The new patches file worked. Radiator 3.5 is running. Cheers, William -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike McCauley Sent: Monday, February 24, 2003 6:44 AM To: Hugh Irvine; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re:

(RADIATOR) Writing Radius 'Alive' packets to a different table

2003-02-25 Thread Brian Morris
Hi All, I would like to be able to record radius 'alive' packet data to a seperate SQL table to that which records accounting 'Stops'. Is this possible, and if so how?? Regards, Brian. === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe,

Re: (RADIATOR) AuthLog AuthBy?

2003-02-25 Thread Jeremy Hinton
Hugh, Works like a charm! One minor change, so i dont have to keep track of 2 attributes, i just use one as follows: AuthBy GROUP AuthBy CGate_via_LDAP StripFromRequestVisi-AuthBy AddToRequestVisi-AuthBy=LDAP

(RADIATOR) snmpget defaults

2003-02-25 Thread Jeremy Hinton
I just noticed this, and i thought i would post incase any others have this problem. I was having some difficulty getting multiple login confirmation on my Bay term servers working, and i tracked it down to the following. The current release of Net-SNMP snmpget (5.0.7) by default use SNMP v2,

(RADIATOR) Limiting Port Usage

2003-02-25 Thread Dave Walters
Hi, I'm attempting to limit a group of users using a particular realm to a specific number of ports. I have a Session Database specified and would normally use AuthBy SQL to authenticate users. Having looked through the documantation, it would appear that AuthBy PORTLIMITCHECK would be to

RE: (RADIATOR) Writing Radius 'Alive' packets to a different table

2003-02-25 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Frank Danielson [EMAIL PROTECTED]] Date: Tue, 25 Feb 2003 04:02:58 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Tue Feb 25 04:02:57 2003 Received: from

(RADIATOR) PEAP and AuthBy NT, AuthBy PAM

2003-02-25 Thread Kawakubo, Ken
All, I have been evaluating Radiator for PEAP and EAP-TTLS wireless authentication. I started out with eap_multi.cfg and have been able to authenitcate XP SP1 via PEAP, W2K SP3 via PEAP, Funk EAP-TTLS client, and Meetinghouse MacOSX beta client via EAP-TTLS. I have been using AuthBy File for

Re: (RADIATOR) Limiting Port Usage

2003-02-25 Thread Hugh Irvine
Hello Dave - You use the AuthBy PORTLIMITCHECK clause in conjunction with your existing AuthBy. Something like this: Realm AuthByPolicy ContinueWhileAccept AuthBy PORTLIMITCHECK . /AuthBy AuthBy SQL /AuthBy

Re: (RADIATOR) Writing Radius 'Alive' packets to a different table

2003-02-25 Thread Hugh Irvine
Hello Brian - Frank has already shown one way to do this (thanks Frank). Here is another way: # define Realm or Handler Handler ... AuthByPolicy ContinueAlways AuthBy SQL AuthSelect HandleAcctTypes Alive

Re: (RADIATOR) Problems with settings Session-Timeout(s)

2003-02-25 Thread Hugh Irvine
Hello Bogdan - You can use the Class attribute to store a copy of the Framed-IP-Address, and write a PreClientHook to use the contents of the Class attribute to add the Framed-IP-Address attribute to any accounting records that don't have them. You will find some example hooks in the file