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_THREAD_SAFE, /* type: reserved */
rlm_sql_instantiate, /* instantiation */
rlm_sql_detach, /* detach */
{
NULL, /* authentication */
rlm_sql_authorize, /* authorization */
NULL, /* preaccounting */
rlm_sql_accounting, /* accounting */
rlm_sql_checksimul, /* checksimul */
NULL, /* pre-proxy */
NULL, /* post-proxy */
rlm_sql_postauth /* post-auth */
},
};
Or am I looking in the wrong place?
regards
Pshem
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html