(RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Datareactor
Dear all - i want to install Radiator on machine other than my oracle server. i have few problem i have installed all required perl modules and my perl 5.8.0 but i am unable to install DBD::ORACLE its gives me following message ORACLE_HOME Enviroment must be set !!! there is no

RE: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Matthew Trout
Looks like it. Check http://search.cpan.org/src/TIMB/DBD-Oracle-1.14/README.clients for more details; the top level index for package docs is http://search.cpan.org/author/TIMB/DBD-Oracle-1.14/ -Original Message- From: Datareactor [mailto:[EMAIL PROTECTED] Sent: 03 September 2003

(RADIATOR) AuthBy External clause problem

2003-09-03 Thread Ganbold
Hi, I'm testing Radiator-3.6 in Windows 2000 advanced server. I'm using AuthBy External clause in handlers. But when external program returns 0 (Access-Accept) radiator understands it as a 3 and responds with Access-Challenge response. External program worked well in FreeBSD 5.1. It works in

Re: (RADIATOR) AuthBy External clause problem

2003-09-03 Thread Hugh Irvine
Hello Ganbold - It is possible that you may need to use ResultInOutput in this environment. Have a look at the code in Radius/AuthEXTERNAL.pm and maybe add some print statements so you can see what is happening. And please let us know what you find. regards Hugh On Wednesday, Sep 3,

Re: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Hugh Irvine
Hello - You will need to install the Oracle client libraries before you can build DBD-Oracle. Also note that we have had many reports of problems with Perl 5.8 and we recommend Perl 5.6.1 for now. regards Hugh On Wednesday, Sep 3, 2003, at 20:07 Australia/Melbourne, Datareactor wrote:

Re: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Bon sy
Hi, You will need to install at least Oracle client including sqlnet. You separated radiator host machine needs to talk to Oracle, thus in that host machine you will need to have Oracle client to establish the connection. Once you install the Oracle client, you will then need to define

Re: (RADIATOR) Redback Static IP Problem

2003-09-03 Thread Charles Alexander McCain
Hugh, We store our static ip customers in the users file, dynamic customers auth by ldap. The static customers also auth by ldap, but get their appropriate attributes from the users file. Currently, we are using the users file to store static information, but i am trying to put it all in

Re: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Bon sy
Hi Hugh, We have Perl 5.8.0 with radiator 3.6, and Oracle 9.2.0. They get along well with each other, in both installation and operation phase. I have a little puzzle: I notice that the timestamp of my first reply to this thread seems to be the earliest, but it did not get posted

Re: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Datareactor
Thanks for your reply buti makeit works in a different way. without installing any oracle software i mount my oracle server drive through NFS with read only access to radius machine change the enviroment on radius machine

RE: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Matthew Trout
Nice way of doing it. This will be because DBD::Oracle compiles statically linked by default, hence you only need the libraries at the compile stage, not for run-time. Building it on your Oracle server then copying all the installed files (listed in the auto-generated .packlist file) over to the

Re: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Datareactor
Yes it is cause of concern it will make two points of failure . . what if I runradius machine and oracle machine on private ips or if possible make tunnel about these machines may this will make authentication slow ? Regards ./DR . - Original Message - From:

(RADIATOR) Getting problems with new Cisoc IOS NAS

2003-09-03 Thread Craig Gittens
Hey guys I can't update my sessions table cause it gets an error since there is no NAS-Port present in stop and start recordscan anyone give me an idea if there is a command on Cisco VDPN LNS L2TP to get it to send over NAS-Port info? Thanks, Craig. Wed Sep 3 16:26:07 2003: DEBUG: Packet

Re: (RADIATOR) Getting problems with new Cisoc IOS NAS

2003-09-03 Thread Hugh Irvine
Hello Craig - I seem to remember there are some aaa ... commands to send extended NAS-Port information (there may be others). I also noticed on the latest 12.2 IOS release some new commands - so you might want to check what version you are running. You should ask your Cisco engineer or check

Re: (RADIATOR) Radiator Installation on other machine than SQL

2003-09-03 Thread Hugh Irvine
Hello Bon - As you know I try to respond to all of the mail I receive in a prompt manner (keeping in mind that we are half a day ahead of you here in Australia - in other words I am usually asleep when you are posting your messages). If you don't see your mail in the archive, nor get a

(RADIATOR) Internal heap ERROR KGHALO2 addr=0x0

2003-09-03 Thread Julio Cesar Pinto
Hi for all. We're working with the following: Linux RedHat Version 9. Perl Version 5.8.0 Radiator Version 3.6 with the patches-3.6 applied. We're running radiusd with Foreground option in the config file. When we put this server in production after minutes, the radiusd crash the daemons

Re: (RADIATOR) AuthBy External clause problem

2003-09-03 Thread Ganbold
Hi Hugh, I added following lines in AuthEXTERNAL.pm and tested radiator. - . . . . . . my $exit = $?; # added lines # print exit code $self-log($main::LOG_DEBUG, first Exit:

Re: (RADIATOR) Redback Static IP Problem

2003-09-03 Thread Hugh Irvine
Hello Al - As I can't find your name or email address in our database, I wonder whether you could tell me the name of the company that has purchased this copy of Radiator? Please reply to me directly. I understand what you are trying to do, but your configuration file is not correct. The

Re: (RADIATOR) LEAP and Digest::MD4

2003-09-03 Thread Hugh Irvine
Hello Marcel - Thanks for your mail. This will be in the Radiator reference manual for the next release. regards Hugh On Thursday, Sep 4, 2003, at 13:07 Australia/Melbourne, Marcel Brown wrote: It took me awhile to track this down, so I figure I'd post a message to bring it to the

Re: (RADIATOR) AuthBy External clause problem

2003-09-03 Thread Hugh Irvine
Hello Ganbold - Please let me know how you go with ResultInOutput. regards Hugh On Thursday, Sep 4, 2003, at 12:10 Australia/Melbourne, Ganbold wrote: Hi Hugh, I added following lines in AuthEXTERNAL.pm and tested radiator.