(RADIATOR) Oracle + FreeBSD

2000-08-16 Thread Mike McCauley
--- Forwarded mail from [EMAIL PROTECTED] Date: Wed, 16 Aug 2000 17:10:22 +1000 (EST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from ["Lachlan Fletcher" <[EMAIL PROTECTED]>] >From mikem Wed Aug 16 17:10:17 2000 Received: by oscar.

(RADIATOR) Too many open files

2000-08-16 Thread Antonio Coloma
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all! I am getting this error message: Fri Aug 11 22:17:22 2000: WARNING: Could not open user database file './db/users' in Radius::AuthDBFILE: Too many open files My system conf is: Solaris 2.6 Radiator 2.16.1

(RADIATOR) Using DBI but no AuthSelect

2000-08-16 Thread Jesper L . Nielsen
Hi all... It might be me growing extremely picky, but here goes: I like the fallback DBI functions wich Radiator provides, and would like to use it. The problem is that the standard AuthSelect is not enough for me. I need to do more than one lookup be Auth-request, and I need to perform Perl code

(RADIATOR) New radius system test.

2000-08-16 Thread Carles Xavier Munyoz Baldó
Hi, I have the next scenario: |-| | NAS ||--||---| | | <> | PROXY RADIUS | <> | RADIATOR1 | | NETWORK ||--||---| |-| And I would like that my RADIATOR1 host forward all Authentic

(RADIATOR) Radiator + Oracle + FreeBSD

2000-08-16 Thread Lachlan Fletcher
Hi, We currently have Oracle servers running on both Linux and Solaris, but all our other servers are FreeBSD. Is there any way we can run our Radius server on a FreeBSD server (to keep our network guys happy) accessing the Oracle servers running on either Linux or Solaris? I know we could do i

Re: (RADIATOR) Oracle + FreeBSD

2000-08-16 Thread Pavel A Crasotin
You can try to install Oracle client libraries for Linux on the FreeBSD box with linux compatible libraries. Then you can install DBD::Oracle module and use it. I've heard about this combination but dont try it myself. With respect, Pavel A. Crasotin Open Joi

Re: (RADIATOR) Too many open files

2000-08-16 Thread rob
>Hi all! > > I am getting this error message: > >Fri Aug 11 22:17:22 2000: WARNING: Could not open user database file >'./db/users' in Radius::AuthDBFILE: Too many open files Antonio, Can you run the command 'ulimit -a' and paste the output.. To increase the kernel filedescriptor l

Re: (RADIATOR) Oracle + FreeBSD

2000-08-16 Thread rob
>Hi, > >We currently have Oracle servers running on both Linux and Solaris, but all >our other servers are FreeBSD. > >Is there any way we can run our Radius server on a FreeBSD server (to keep >our network guys happy) accessing the Oracle servers running on either Linux >or Solaris? > >I know we

Re: (RADIATOR) Too many open files

2000-08-16 Thread rob
> Hi Rob, > > Ulimit -a: > > time(seconds)unlimited >file(blocks) unlimited >data(kbytes) 2097148 >stack(kbytes)8192 >coredump(blocks) unlimited >nofiles(descriptors) 64 >vmemory(kbytes) unlimited > > But I have in other machine EXA

RE: (RADIATOR) Radiator + Oracle + FreeBSD

2000-08-16 Thread Chris Knight
Howdy, I've heard - but haven't tested - that the following works: You install Radiator on FreeBSD, and ensure that DBD::Proxy is also installed. You then use DBD::Proxy to talk to DBD::Oracle on your Linux / Solaris box, which in turn talks to Oracle. A quick read through the CPAN descriptions

(RADIATOR) Several questions about Radiator

2000-08-16 Thread Gildas PERROT
Hi, I would to know how to : - insert accounting (at least, IP and calling number) in a SQL database - define different authenticating methods according the calling number or the called number or the username Thanks in advance for your help.Gildas. --- Gildas PER

No Subject

2000-08-16 Thread Sérgio Manuel Ventura Ginja
Hi! The message ERR: Attribute number 1 (vendor 9) is not defined in your dictionary is always apearing in my debugging log. What does it means? I have ATTRIBUTE User-Name 1 string defined in my dictionary Regards === Archive at http://www.starport.net/~radiator/ Announcements on [EMAIL PRO

(RADIATOR) Re: no reply problem!

2000-08-16 Thread Felipe Salum
I'm running Radiator 2.16.1 on a Solaris Enterprise 450/Solaris 2.6 Oracle Client is running in this box. Radiator save the data in the oracle database. When the radiator authenticating port stop to respond it doesn't say anything in the logs. Maybe a oracle problem ?? thanks! Felipe Hugh Irv

(RADIATOR) Ascend-Client-Gateway

2000-08-16 Thread William Hernandez
Hello everyone, We would like to assign the value of "Ascend-Client-Gateway" in the users file dynamically via a script, e.g., Ascend-Client-Gateway=`/usr/local/bin/setgw`. Has anyone done this before? Did it work? Is there a better way? Thanks in advance, William Hernández === Archive at http

(RADIATOR) Mysql vs PostgreSQL

2000-08-16 Thread Robin Gruyters
Hi, Just one question, which is better for accounting, MySQL or PostgreSQL... -- Regards, Robin Gruyters - [EMAIL PROTECTED] - WISH BV - nic-hdl: RG3771-RIPE http://www.wish.nl - tel: +31(0)413242500 - fax. +31(0)208762628 PGP key ID DEB8C991 - Head Engineering / Web Designer / B.O.F.H. BO

(RADIATOR) Oracle and FreeBSD

2000-08-16 Thread Mike McCauley
I dont know if anyone has mentioned this yet, but the best way to get to Oracle (or any other SQL) from an unsupported platform is to use the DBI::Proxy stuff in the latest DBI releases. That involves running a DBI::Proxy server on the supported box, and using something like dbi:Proxy:hostname=ro

Re: (RADIATOR) Mysql vs PostgreSQL

2000-08-16 Thread Chris M
I had a lot of trouble with PG but MySQL has been fine. I know for a fact it is faster, but it may lack some features of importance to you. I'm hardly a database expert, but I *have* looked at both of these. Chris > From: Robin Gruyters <[EMAIL PROTECTED]> > Date: Thu, 17 Aug 2000 00:12:28 +02

(RADIATOR) Several questions about Radiator

2000-08-16 Thread Mike McCauley
--- Forwarded mail from [EMAIL PROTECTED] Date: Wed, 16 Aug 2000 23:40:27 +1000 (EST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]:Non-member submission from ["Gildas PERROT" <[EMAIL PROTECTED]>] >From mikem Wed Aug 16 23:40:20 2000 Received: by oscar.ope

Re: (RADIATOR) Using DBI but no AuthSelect

2000-08-16 Thread Hugh Irvine
Hello Jesper - The way to do this is with an Identifier in your AuthBy SQL and then refer to it in your hook code. This has been discussed on the list several times before, so you might like to have a look at the archive site: http://www.starport.net/~radiator In any case, you would

Re: (RADIATOR) New radius system test.

2000-08-16 Thread Hugh Irvine
Hello Carlos - There is no reason that you cannot do what you wish with another AuthBy RADIUS clause in RADIATOR1. I will need to see configuration files (no secrets) together with trace 4 debug output to help you discover why it is not working correctly. regards Hugh At 10:58 AM +0200 1

Re: (RADIATOR) Handlers and reply packets

2000-08-16 Thread Hugh Irvine
Hello Andrew - The easiest way to do this is upon receipt of the original incoming packet with a Handler to recognise Port-Type = ISDN. You can then use the StripFromReply in the AuthBy RADIUS. hth Hugh At 3:38 PM +1000 16/8/00, Andrew Pollock wrote: >Hi guys, > >Can Radiator handlers fire

Re: (RADIATOR) ansiCreate.sql

2000-08-16 Thread Hugh Irvine
Hello Takaya - I have copied this message to Mike, as he is much more familiar with Oracle. regards Hugh At 2:56 PM +0900 16/8/00, KUBOTA,Takaya wrote: >Hello, > >I begun to use Radiator 2.16.1 recenty. >At once, I have trouble exceuting goodies/ansCreate.sql on Oracle 8.1.6. > >I cant creat

Re: (RADIATOR) ansiCreate.sql

2000-08-16 Thread Mike McCauley
Hello Takaya, > At 2:56 PM +0900 16/8/00, KUBOTA,Takaya wrote: > >Hello, > > > >I begun to use Radiator 2.16.1 recenty. > >At once, I have trouble exceuting goodies/ansCreate.sql on Oracle 8.1.6. > > > >I cant create table RADPOOL by UNIQUE construction. > >It seems that create table RADPOOL SQL

(RADIATOR) Re: no reply problem!

2000-08-16 Thread Hugh Irvine
Hello Felipe - I would still like to see a copy of the configuration file (no secrets) together with a trace 4 debug showing what is happening before the problem occurs. thanks Hugh At 3:30 PM -0300 16/8/00, Felipe Salum wrote: >I'm running Radiator 2.16.1 on a Solaris Enterprise 450/Solar

(RADIATOR) Re:

2000-08-16 Thread Hugh Irvine
Hello Sérgio - This is a vendor-specific attribute for Cisco (vendor 9). What dictionary are you using? thanks Hugh At 6:15 PM +0100 16/8/00, Sérgio Manuel Ventura Ginja wrote: >Hi! > >The message > >ERR: Attribute number 1 (vendor 9) is not defined in your dictionary > >is always apearing i

Re: (RADIATOR) Several questions about Radiator

2000-08-16 Thread Hugh Irvine
Salut Gildas - Ca va la vie? There are example SQL configuration files and table creation scripts in the goodies directory of the distribution. Aslo have a look at section 6.25 in the reference manual. For dealing with Calling-Station-Id and/or Called-Station-Id, you would use Handlers, so

Re: (RADIATOR) Ascend-Client-Gateway

2000-08-16 Thread Hugh Irvine
Hello William - You will need to do this in a hook. There are some example hooks in the Radaitor distribution in the file "goodies/hooks.txt". hth Hugh At 4:00 PM -0400 16/8/00, William Hernandez wrote: >Hello everyone, > >We would like to assign the value of "Ascend-Client-Gateway" in >the