Hello Dennis -

On Mon, 02 Aug 1999, Dennis G. Villanueva wrote:
> hi mike,
> 
> is it possible for me not to install oracle software
> on the radius server it self? the situation is like this
> i have two servers one server is runnig oracle 7.3.3 on an digital
> unix and the other is running radius on a rathat 5.2.
> the database will reside on the digital wihch includes user information
> and accounting. the radius server will insert the details
> on the oracle server.  
> i cannot install the DBD:oracle on the radius server
> with out installing the oracle server.
> 
>

>From the Radiator FAQ http://www.open.com.au/radiator/faq.html#58

Where should I setup the host and port where radiator must search for Oracle? 

       (contributed by John Coy ([EMAIL PROTECTED]) You'll need to define the remote 
database in your tnsnames.ora file, like this: 

       -- tnsnames.ora --
       remote_database=
            (DESCRIPTION=
                (ADDRESS=
                    (PROTOCOL=TCP)
                    (HOST=WWW.XXX.YYY.ZZZ)
                    (PORT=XXXX)
                )
                (CONNECT_DATA=(SID=WG73))
            )

       (replacing values as appropriate) 

       Then, in your radiusd.cfg, you define an clause using the "remote_database" in 
the connect string. 

       -- radiusd.cfg --
                
                    DBSource dbi:Oracle:remote_database
                    DBUsername USERNAME
                    DBAuth PASSWORD
                

       There's a lot more in the clause to make it work. Look at the docs for more 
information. 

       LET ME MENTION that if you do not have the correct connect string, radiator 
will dump core every time it tries to talk to your database.
       Double-check your entries and write some test perl programs using that connect 
string! 

hth

Hugh

--
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8,
NT, Rhapsody

===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to