19 Feb
2009
19 Feb
'09
2:56 a.m.
Previously Sourav Chakraborty wrote:
We want to use FreeRadius alongwith Oracle Berkeley DB as the backend DB.We have installed FreeRADIUS 2.1.3 and BerkeleyDB.We also have installed unixODBC-2.2.12.Please let us know how to configure FreeRADIUS with unixODBC and connect FreeRADIUS <-->unixODBC<-->BerkeleyDB.
Unless I am very mistaken ODBC is used as a bridge for SQL databases, and BerkeleyDB is a simple key/value store, not a SQL database. So what you are asking for is not possible. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.