I have configured freeradius-1.0.0pre3 + oracle8.1.7 for RedHat8.0, maybe i can give 
some tips:

1. install oracle8.1.7 for linux correctly

2. down freeradius-1.0.0pre3
        su - 
        tar xzf freeradius-1.0.0pre3
        ORACLE_HOME=/home/oracle/product/8.1.7/
        export ORACLE_HOME
        cd freeradius-1.0.0-pre3
        ./configure
        make
        make install    

3. create radius database
                        ... create database radius ...
                        cp path_to_db_oracle.sql/db_oracle.sql 
ORACLE_HOME/db_oracle.sql
                        cd ORACLE_HOME
                        chown oracle.dba db_oracle.sql
                        su - oracle
                        lsnctrl start   
                        sqlplus system/[EMAIL PROTECTED]
                        @db_oracle

4. vi /etc/ld.so.conf, Add the following:
        /usr/local/lib          
        /home/oracle/product/8.1.7/lib

   run ldconfig

5. run radiusd in debug mode
        src/main/radiusd -X 

>                               
>PPlz, if anybody have an experience in setting up freeradius+oracle auth and 
>accounting, please give the links to docs, or config examples.
>I can't google anything usefull.



        =nsinit=




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to