--- 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.
-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
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
Hi,
I have the next scenario:
|-|
| NAS ||--||---|
| | <> | PROXY RADIUS | <> | RADIATOR1 |
| NETWORK ||--||---|
|-|
And I would like that my RADIATOR1 host forward all Authentic
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
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
>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
>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
> 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
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
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
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
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
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
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
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
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
--- 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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo