Hi, I have a Berkeley DB 4.6.18 installed,and have a small code to insert/retrieve/delete info from the database.I want to integrate that code into the FreeRadius codebase to store Radius Accounting msgs into the Berkeley DB. Can you please tell me which part of code in the FreeRadius codebase should I modify ,to insert data obtained from radius accounting msgs,into the Berkeley DB? thanks & rgds Sourav
Sourav Chakraborty wrote:
Hi, I have a Berkeley DB 4.6.18 installed,and have a small code to insert/retrieve/delete info from the database.I want to integrate that code into the FreeRadius codebase to store Radius Accounting msgs into the Berkeley DB. Can you please tell me which part of code in the FreeRadius codebase should I modify ,to insert data obtained from radius accounting msgs,into the Berkeley DB?
See rlm_detail for examples of doing things with accounting data. rlm_dbm also has code for interacting with a BDB. Alan DeKok.
participants (2)
-
Alan DeKok -
Sourav Chakraborty