Re: (RADIATOR) random problems

2001-07-25 Thread Hugh Irvine
Hello Nihal - I will need to see a copy of your configuration file (no secrets), together with a trace 4 debug showing what is happening when Radiator stops. I will also need the hardware/software platform that you are running on and any other relevant information that you deem useful.

Re: (RADIATOR) service-type=call-check question.

2001-07-25 Thread Hugh Irvine
Hello Griff - Can you explain to me what a Service-Type = Call-Check is? And in what circumstance your NAS generates it? My reading of the RFC tells me that this should correspond to a Pre-Authentication request that the NAS sends before answering the call, and in which the

Re: (RADIATOR) DBSource for AuthBy Platypus

2001-07-25 Thread Hugh Irvine
Hello William - For mSQL you would do this: DBSource dbi:mSQL[:database[:hostname[:port]]] Have a look at section 23.2 in the manual. regards Hugh On Wednesday 25 July 2001 08:01, William Hernandez wrote: From the Reference Manual: 6.31.1 DBSource, DBUsername, DBAuth, Timeout,

Re: (RADIATOR) No such attribute Called-Station-ID

2001-07-25 Thread Hugh Irvine
Hello William - The correct spelling is Called-Station-Id. hth Hugh On Wednesday 25 July 2001 07:50, William Hernandez wrote: Hello everyone, I'm tyring to do some testing of my radius.cfg where I have: Handler Called-Station-ID=/5050$/ /Handler I'm getting the above message No

Re: (RADIATOR) random problems authenticating

2001-07-25 Thread Hugh Irvine
Hello Andrew - The Access-Request and subsequent Access-Accept shown in the trace output below appears completely normal. I will need to see a trace 4 debug showing the actual problem, otherwise it is impossible for me to say what is wrong. regards Hugh On Wednesday 25 July 2001 05:47,

Re: (RADIATOR) Dictionary files

2001-07-25 Thread Hugh Irvine
Hello Todd - This is incorrect for two reasons. The first is that Client clauses are global clauses (they don't go in Handlers), and the second is that you can only specify a single global dictionary file. You should start with the file called dictionary in the Radiator distribution and add

Re: (RADIATOR) appending realm to the end of a user.

2001-07-25 Thread Hugh Irvine
Hello Roger - What you show below will not work because the AuthBy RADIUS clause does not operate in the way you are expecting, and in any case the AuthByPolicy that you are using will not do the right thing. The reason for this is that the AuthBy RADIUS clause is asynchronous and returns

(RADIATOR) Date Format in AuthBy SQL

2001-07-25 Thread Separovic, Jason
I've tried many different combinations but I can't get the date into the database in the following AuthBy SQL . FailureQuery insert into auth(date,user) values('%Y-%m-%d %H:%M:%S', '%U') / I need the date to be in the format -MM-DD HH:MM:SS I tried entering the date into a

Re: (RADIATOR) Date Format in AuthBy SQL

2001-07-25 Thread Hugh Irvine
Hello Jason - On Wednesday 25 July 2001 18:20, Separovic, Jason wrote: I've tried many different combinations but I can't get the date into the database in the following AuthBy SQL .. FailureQuery insert into auth(date,user) values('%Y-%m-%d %H:%M:%S', '%U') / I need the

(RADIATOR) Radiator and LDAP

2001-07-25 Thread Kan Yu Ting
Dear, I am using Radiator-2.18-2 and openLDAP on Linux. I installed Net::LDAP and want to use AuthBy LDAP2 to do authentication. Actually i would like touse the Called-Station-ID received from the NAS(AS5300) for authentication. I see in the manually that I can do in following format

(RADIATOR) HOW TO RESTRICT A ISDN LINE´S CONNECTIONS WHIT RADIUS??

2001-07-25 Thread Camilo Fernando Corena G
Hi, I need to restrict the users that connect using ISDN Bri Lines. I have a Cisco AS5300 and I´m using ISDN Pri Lines. Someone can help me??? Thanks, Camilo C. === Archive at http://www.open.com.au/archives/radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL

(RADIATOR) Authentication failing..........please help !!!

2001-07-25 Thread Imran Moin
Hi everone, I am new to the field of Radiator. We are in a process of testing it for our needs. I am running into some problems and any help to it would be greatly appreciated. I am sending my radius.cfg file which is stored under /usr/local/etc directory. I am also sending a copy of my users

(RADIATOR) Radiator using SQL

2001-07-25 Thread 'Tunde Ogedengbe
I am reconfiguring Radiator to use an SQL database. Connection is to be made via ODBC. 1.How do I define the data structure in the database to accomodate all Radius attributes ? 2.How do I setup Radiator to query the database and return relevant attributes associated with the record.

(RADIATOR) Here is the log file ..........still cant authenticate

2001-07-25 Thread Imran Moin
Hi all, here is my logfile. I am still not able to get the users authenticated on the cisco 5500 switch. i had sent the radius.cfg and users file earlier. I am sending them again. Let me know if you can figure out what the problem is. Thanks a lot in advance. Imran. Tue Jul 24 11:36:36

Re: (RADIATOR) Radiator and LDAP

2001-07-25 Thread Hugh Irvine
Hello Yu Ting - First of all, can you please tell me the name of the registered company that has purchased this copy of Radiator? Please reply to me directly. thanks Hugh On Thursday 26 July 2001 02:03, Kan Yu Ting wrote: Dear, I am using Radiator-2.18-2 and openLDAP on Linux. I

(RADIATOR) Re: Radiator using SQL

2001-07-25 Thread Hugh Irvine
Hello 'Tunde - On Thursday 26 July 2001 05:53, 'Tunde Ogedengbe wrote: I am reconfiguring Radiator to use an SQL database. Connection is to be made via ODBC. 1.How do I define the data structure in the database to accomodate all Radius attributes ? 2.How do I setup Radiator to

(RADIATOR) Re: HOW TO RESTRICT A ISDN LINE´S CONNECTIONS WHIT RADIUS??

2001-07-25 Thread Hugh Irvine
Hello Camilo - Could you please explain in more detail what you are trying to do? What do you need to restrict? thanks Hugh On Thursday 26 July 2001 02:40, Camilo Fernando Corena G wrote: Hi, I need to restrict the users that connect using ISDN Bri Lines. I have a Cisco AS5300 and I´m

(RADIATOR) Global RADMIN accounting for abuse tracking

2001-07-25 Thread Miguel A.L. Paraz
On Sat, Jul 21, 2001 at 11:14:26AM +1000, Hugh Irvine wrote: On Friday 20 July 2001 19:53, Miguel A.L. Paraz wrote: Hi, I tried AcctLogFilename and it works inside Realm. It does nothing when placed outside. Is this the correct behavior? I want one file to log to regardless of realm.

Re: (RADIATOR) Global RADMIN accounting for abuse tracking

2001-07-25 Thread Hugh Irvine
Hello Miguel - On Thursday 26 July 2001 14:33, Miguel A.L. Paraz wrote: On Sat, Jul 21, 2001 at 11:14:26AM +1000, Hugh Irvine wrote: On Friday 20 July 2001 19:53, Miguel A.L. Paraz wrote: Hi, I tried AcctLogFilename and it works inside Realm. It does nothing when placed outside.