(RADIATOR) (no subject)

2003-03-11 Thread mau lim
I'm trying to insert TIME_STAMP into a mysql datetime field with AcctColumnDef TIMESTAMP, Timestamp, DateFormat '%Y-%m-%d %X' but it seem not working -- Mau Lim Programmer American Technologies, Inc. 455 Gen. Bautista St. San Juan 1500, Metro Manila, Philippine Tel: (632) 7230601 to 12 Fax:

(RADIATOR) Radiator adding attributes when forwarding a packet

2003-03-11 Thread Victor Stanescu
Hello, I have configured radiator to forward the packets to a remote radius (gnugk), so one of my customers is able to do its own billing. Radiator receives a packet like: NAS-IP-Address = 212.146.67.10 NAS-Port-Type = Async User-Name = 0214100100 Called-Station-Id = 268307432

Re: (RADIATOR) Anyone get EAP-PEAP on XP to work Radius?

2003-03-11 Thread Denis Pavani
Did you install user certificates on XP? Bon sy wrote: Hi Christian, John, and Mike, I have a similar problem as John on getting the 802.1X client of XP to work with the radius via Cisco 350 AP -- except I am looking into EAP-TLS. I have the same setup on the 802.1x client side. I

(RADIATOR) Possible bug in Radiator 3.5+patches Util.pm on Win2k

2003-03-11 Thread Valentin Tumarkin
Hi, There seems to be a bug in Radiator 3.5 + latest patches on Win2k OS in Util.pm. I haven't checked if the problem also exists on Unix. The problem is in the Util.pm 'append' sub. The 'mkdir' fails on dir/filename starting with '' (the real problem could be that 'dirname' doesn't

Re: (RADIATOR) Anyone get EAP-PEAP on XP to work Radius?

2003-03-11 Thread Bon sy
I apologize for sending out another posting again. I forget to include the cfg file for radiator in case this may help for reproducing my problem. Also, Mike, please ignore my question. It looks like the eap_tls.cfg takes care of identifying which server certificate to use already, which I

(RADIATOR) authorization on subnet base

2003-03-11 Thread Freerk Bosscha
Thanks for reading the question: If the next are silly questions, Im sorry, but I would like to have an answer. I would like to do the following: Subnet 1.2.3.x / 255.255.255.0 must be validated bij ldap and a specific dn Subnet 1.2.4.x / 255.255.255.0 must be validated bij

(RADIATOR) How to assign range of usernames in handler for auth accouting...

2003-03-11 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Mohammed AbdusSami [EMAIL PROTECTED]] Date: Tue, 11 Mar 2003 04:37:38 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Tue Mar 11 04:37:38 2003 Received: from

Re: (RADIATOR) Anyone get EAP-PEAP on XP to work Radius?

2003-03-11 Thread Mike McCauley
Thanks Bon, BTW, I have also seen problems with some EAP clients and APs if the client is configured for a DHCP address, rather than a hardwired. You might want to try hardwiring the IP address to start with. Bon, If you are not seeing Radius requests from your AP, I feel sure that your

(RADIATOR) FW: NAS REPLY

2003-03-11 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Zac Baala [EMAIL PROTECTED]] Date: Tue, 11 Mar 2003 05:52:34 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Tue Mar 11 05:52:34 2003 Received: from

(RADIATOR) Two AcctLogFileName and AcctLogFileFormat In the same Realm

2003-03-11 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Marco P. Rodrigues [EMAIL PROTECTED]] Date: Tue, 11 Mar 2003 12:27:33 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Tue Mar 11 12:27:33 2003 Received: from

(RADIATOR) NAS REPLY

2003-03-11 Thread Mike McCauley
-- Forwarded Message -- Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from [Zac Baala [EMAIL PROTECTED]] Date: Tue, 11 Mar 2003 05:46:37 -0600 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From [EMAIL PROTECTED] Tue Mar 11 05:46:36 2003 Received: from

Re: (RADIATOR) FW: NAS REPLY

2003-03-11 Thread Hugh Irvine
Hello Zack - You will need to add the corresponding AuthColumnDef's to your AuthBy SQL clause. AuthBy SQL . AuthSelect select PASSWORD, CHECKATTR, REPLYATTR \ from SUBSCRIBERS where User-Name = %0 AuthColumnDef

Re: (RADIATOR) How to assign range of usernames in handler for auth accouting...

2003-03-11 Thread Hugh Irvine
Hello AbdusSami - You would do something like this: Handler User-Name = /abc10001|abc2/ The expression between // is a Perl regular expression that can be set to whatever is required. You should check the Camel book (Programming Perl from O'Reilly) for details on regular expressions,

Re: (RADIATOR) authorization on subnet base

2003-03-11 Thread Hugh Irvine
Hello Freerk - I am not quite sure how you are going to recognise the requests that you show below - are there different NAS's servicing each subnet? It is usually the NAS itself that allocates IP addresses. The only thing you need to do to authenticate logon's to NAS equipment is to configure

Re: (RADIATOR) Possible bug in Radiator 3.5+patches Util.pm on Win2k

2003-03-11 Thread Hugh Irvine
Hello Valentin - I believe Mike fixed this yesterday and the patch is available on the web site. regards Hugh On Tuesday, Mar 11, 2003, at 23:57 Australia/Melbourne, Valentin Tumarkin wrote: Hi, There seems to be a bug in Radiator 3.5 + latest patches on Win2k OS in Util.pm. I haven't

Re: (RADIATOR) Radiator adding attributes when forwarding a packet

2003-03-11 Thread Hugh Irvine
Hello Victor - I will need to see a copy of your Radiator configuration file (no secrets), together with a trace 5 debug showing what is happening (trace 5 debug includes hex packet dumps). regards Hugh On Tuesday, Mar 11, 2003, at 20:04 Australia/Melbourne, Victor Stanescu wrote: Hello,

Re: (RADIATOR) (no subject)

2003-03-11 Thread Hugh Irvine
Hello Mau Lim - Your AcctColumnDef is incorrect. You must define the DateFormat seperately: AuthBy SQL AcctColumnDef TIMESTAMP, Timestamp, integer-date /AuthBy Note that the default for integer-date should work for MySQL.

(RADIATOR) Could not find a Client

2003-03-11 Thread Andy De Petter
Hello guys, I have multiple errors in my logfile like this: Wed Mar 12 08:37:48 2003: WARNING: Whatever Could not find a Client for NAS 192.168.xx.xx to double-check Simultaneous-Use. Perhaps you do not have a reverse DNS for that NAS? Whatever is my SQL SessionDatabase. The public IP