GIT Log for 2009-01-29 00:33 GMT
commit cb26787cc23c47824d2f24cd3b582273806a3f9e Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Jan 28 16:25:21 2009 +0100 Corrected typo Files changed: share/dictionary.cisco.vpn3000 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ====================================================================== commit 243983349ba6d831da15677c46ff1f07fe977d68 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Jan 28 14:59:42 2009 +0100 Corrected MySQL syntax to = NULL Files changed: raddb/sql/mysql/ippool.conf | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) ======================================================================
Hi, Is it possible to write handling logic of RADIUS Accounting msgs in the radiusd.conf file?The handling logic would typically be checking certain msg attributes and executing some SQL statements on the mysql database. If not then which part of the code should I change to include such msg handling capability? Regards Sourav
Sourav Chakraborty wrote:
Is it possible to write handling logic of RADIUS Accounting msgs in the radiusd.conf file?The handling logic would typically be checking certain msg attributes and executing some SQL statements on the mysql database.
See "man unlang". Alan DeKok.
what does "man unlang" mean?Sorry could not understand ----- Original Message ----- From: "Alan DeKok" <aland@deployingradius.com> To: "FreeRadius developers mailing list" <freeradius-devel@lists.freeradius.org> Sent: Thursday, January 29, 2009 5:13 PM Subject: Re: Accounting msg handling logic
Sourav Chakraborty wrote:
Is it possible to write handling logic of RADIUS Accounting msgs in the radiusd.conf file?The handling logic would typically be checking certain msg attributes and executing some SQL statements on the mysql database.
See "man unlang".
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
Sourav Chakraborty wrote:
what does "man unlang" mean?Sorry could not understand
You do know that Unix systems have "man" pages containing documentation, and a "man" command that lets you access that documentation? Alan DeKok.
participants (3)
-
Alan DeKok -
aland@deployingradius.com -
Sourav Chakraborty