Re: Additional functionality of rlm_sql

2007-08-08 Thread Pshem Kowalczyk
Hi, I'm most likely missing the point, but how can I execute a query on post-proxy or preacounting using that module? kind regards Pshem - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Additional functionality of rlm_sql

2007-08-07 Thread Peter Nixon
On Wed 08 Aug 2007, Pshem Kowalczyk wrote: > Hi > > > Have you looked at cvs HEAD? We are doing exactly what you mention with > > an unmodified cvs HEAD... > > I just had a look at the current rlm_sql: > > RCSID("$Id: rlm_sql.c,v 1.171 2007/07/27 09:55:13 nbk Exp $") > > (...) > > module_t rlm_sql

Re: Additional functionality of rlm_sql

2007-08-07 Thread Pshem Kowalczyk
Hi > Have you looked at cvs HEAD? We are doing exactly what you mention with an > unmodified cvs HEAD... I just had a look at the current rlm_sql: RCSID("$Id: rlm_sql.c,v 1.171 2007/07/27 09:55:13 nbk Exp $") (...) module_t rlm_sql = { RLM_MODULE_INIT, "SQL", RLM_TYPE_T

Re: Additional functionality of rlm_sql

2007-08-06 Thread Peter Nixon
On Tue 07 Aug 2007, Pshem Kowalczyk wrote: > Hi, > > We use freeradius mainly to proxy requests for wholesale customers of > ours. For some of them we provide additional services such as session > tracking and ip allocation. Currently we do it with our modified > version of rlm_sql. > > The modific

Additional functionality of rlm_sql

2007-08-06 Thread Pshem Kowalczyk
Hi, We use freeradius mainly to proxy requests for wholesale customers of ours. For some of them we provide additional services such as session tracking and ip allocation. Currently we do it with our modified version of rlm_sql. The modification is just an extension of the module (no changes to e