Thanks for the info....in that case please let me know how to configure FreeRadius to use BerkeleyDB.I can see a module rlm_dbm in freeradius-server-2.1.3/src/modules.Is that the module which helps connect FreeRADIUS to BerkeleyDB? Regards Sourav ----- Original Message ----- From: "Wichert Akkerman" <wichert@wiggy.net> To: "Sourav Chakraborty" <sourav.chakraborty@rebaca.com> Cc: "FreeRadius developers mailing list" <freeradius-devel@lists.freeradius.org> Sent: Thursday, February 19, 2009 1:26 PM Subject: Re: FreeRADIUS+unixODBC+BerkeleyDB
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.