Hi all,
First of all I've wanted to ask, if somebody managed to authenticate
somebody through freeradius with oracle?
Well now, the steps that I've followed were:
1. create some user in my linux box an set ORACLE_HOME and LD_LIBRARY_PATH
as they were in the oracle user (I have installed oracle9i already)
2. untar the tar ball and run ./configure and make.
3. su as root to install the radius server.
4. I've created the schema for the radius repository in my oracle9i
database.
5. in radiusd.conf I've made authenticate section as this ->
authenticate{sql}
6. in sql.conf I've changed driver to "rlm_sql_oracle", login and password
to my username and password in oracle database (where the radius schema
resides), and radius_db to the global database name of my database (orcl in
my case).
7. in users file I've added my user with the only variable Auth-Type := SQL.
8. I've inserted a row into RADCHECK table (username,attribute,value) values
('radius','Password','radius').
9. finally I've tried to authenticate my user with radius by the radtest
utility, and unfortunately I got Access-Reject from radius.

so if sombody ever read this and find out that I've done somthing wrong, or
miss something, please let me know, or if anybody want to know something
else - please contact me.






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

Reply via email to