func_authorize = authorize
#func_preacct = preacct
#func_accounting = accounting
- #func_checksimul = checksimul
#func_pre_proxy = pre_proxy
#func_post_proxy = post_proxy
#func_post_auth = post_auth
DO_LUA(authenticate)
DO_LUA(preacct)
DO_LUA(accounting)
-DO_LUA(checksimul)
DO_LUA(pre_proxy)
DO_LUA(post_proxy)
DO_LUA(post_auth)
[MOD_AUTHORIZE] = mod_authorize,
[MOD_PREACCT] = mod_preacct,
[MOD_ACCOUNTING] = mod_accounting,
- [MOD_SESSION] = mod_checksimul,
[MOD_PRE_PROXY] = mod_pre_proxy,
[MOD_POST_PROXY] = mod_post_proxy,
[MOD_POST_AUTH] = mod_post_auth